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 316467 - Memory "leak" in querymodules.c
Memory "leak" in querymodules.c
Status: RESOLVED FIXED
Product: pango
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: pango-maint
pango-maint
Depends on:
Blocks:
 
 
Reported: 2005-09-16 12:26 UTC by Owen Taylor
Modified: 2005-11-23 15:41 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Owen Taylor 2005-09-16 12:26:42 UTC
The value returned by pango_config_key_get() is never freed. Obviously
this doesn't matter, but it apparently triggers noise for some 
source code analysis tools.

Reported by Steve Grubb.
Comment 1 Owen Taylor 2005-09-16 12:27:33 UTC
Same applies to "dirs" (free with g_strfreev())
Comment 2 Behdad Esfahbod 2005-11-23 15:41:41 UTC
2005-11-23  Behdad Esfahbod  <behdad@gnome.org>

        * pango/querymodules.c: Free used memory. (#316467, Steve Grubb)