GNOME Bugzilla – Bug 309077
Memory leak in gnome-pilot in Fedora Core 4
Last modified: 2005-08-10 14:41:25 UTC
Version details: 2.0.13 Distribution/Version: Fedora Core 4 After patching gnome-pilot to work as described in bug #274032, a memory leak turned up when running gpilotd under valgrind. Gpilotd reads a bunch of xml properties from the config file, but doesn't free many of those properties after retrieving them. This leads to a memory leak. The attached patch fixes the leaks.
Created attachment 48373 [details] [review] Fix XML properties mem leak
Mark: please also post patches to evolution-patches mailing list (see http://lists.ximian.com/mailman/listinfo/evolution-patches) and please include a changelog (see http://www.gnome.org/projects/evolution/patch.shtml for more information).
Should patches against gnome-pilot also be posted to the evolution-patches mailing list? Just checking, as that seems a bit counter-intuitive to me. :>
Varadhan: Any updates to these patches ?