GNOME Bugzilla – Bug 316467
Memory "leak" in querymodules.c
Last modified: 2005-11-23 15:41:41 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.
Same applies to "dirs" (free with g_strfreev())
2005-11-23 Behdad Esfahbod <behdad@gnome.org> * pango/querymodules.c: Free used memory. (#316467, Steve Grubb)