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 577995 - Possible memory leak in SvGConfEntry()
Possible memory leak in SvGConfEntry()
Status: RESOLVED FIXED
Product: gnome-perl
Classification: Bindings
Component: Gnome2::GConf
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk2-perl-bugs
gtk2-perl-bugs
Depends on:
Blocks:
 
 
Reported: 2009-04-05 10:18 UTC by Emmanuel Rodriguez
Modified: 2009-07-19 17:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fixe a leak in SvGConfEntry (453 bytes, patch)
2009-04-05 10:19 UTC, Emmanuel Rodriguez
committed Details | Review

Description Emmanuel Rodriguez 2009-04-05 10:18:22 UTC
Please take a look at this small patch. I think that it fixes a small memory leak.
Comment 1 Emmanuel Rodriguez 2009-04-05 10:19:11 UTC
Created attachment 132113 [details] [review]
Fixe a leak in SvGConfEntry
Comment 2 Emmanuele Bassi (:ebassi) 2009-07-19 17:43:25 UTC
since GConfEntry objects should only be created by GConf itself, and not by the developer, this is only a potential leak in case of programmer error.

in any case, leaking is never nice, so I've applied it to master.

for further reference, try using `git format-patch` next time, so that I can credit you correctly.