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 758448 - Memory leak in g_irepository_get_dependencies()
Memory leak in g_irepository_get_dependencies()
Status: RESOLVED FIXED
Product: gobject-introspection
Classification: Platform
Component: libgirepository
2.43.x
Other Linux
: Normal normal
: ---
Assigned To: gobject-introspection Maintainer(s)
gobject-introspection Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-11-21 06:59 UTC by Garrett Regier
Modified: 2015-11-23 05:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
girepository: Fix memory leak in g_irepository_get_dependencies() (1.53 KB, patch)
2015-11-21 07:03 UTC, Garrett Regier
committed Details | Review

Description Garrett Regier 2015-11-21 06:59:44 UTC
The transitive_dependencies GHashTable is leaked.
Comment 1 Garrett Regier 2015-11-21 07:03:13 UTC
Created attachment 316012 [details] [review]
girepository: Fix memory leak in g_irepository_get_dependencies()
Comment 2 Colin Walters 2015-11-22 16:32:45 UTC
Review of attachment 316012 [details] [review]:

LGTM, thanks!