After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 309077 - Memory leak in gnome-pilot in Fedora Core 4
Memory leak in gnome-pilot in Fedora Core 4
Status: RESOLVED FIXED
Product: gnome-pilot
Classification: Other
Component: gpilotd
2.0.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-pilot Maintainers
gnome-pilot Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-06-26 19:29 UTC by Mark Adams
Modified: 2005-08-10 14:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix XML properties mem leak (2.41 KB, patch)
2005-06-26 19:30 UTC, Mark Adams
committed Details | Review

Description Mark Adams 2005-06-26 19:29:46 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.
Comment 1 Mark Adams 2005-06-26 19:30:24 UTC
Created attachment 48373 [details] [review]
Fix XML properties mem leak
Comment 2 Nagappan Alagappan 2005-06-27 04:03:54 UTC
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).
Comment 3 Mark Adams 2005-06-27 14:35:40 UTC
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. :>
Comment 4 Nagappan Alagappan 2005-07-12 14:00:27 UTC
Varadhan: Any updates to these patches ?