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 647790 - GtkMenuShell: don't leak a GSList
GtkMenuShell: don't leak a GSList
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2011-04-14 15:40 UTC by Rui Matos
Modified: 2011-04-15 00:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
GtkMenuShell: don't leak a GSList (1.03 KB, patch)
2011-04-14 15:40 UTC, Rui Matos
none Details | Review

Description Rui Matos 2011-04-14 15:40:20 UTC
_gtk_key_hash_lookup() returns a newly allocated GSList which is being
leaked.
Comment 1 Rui Matos 2011-04-14 15:40:22 UTC
Created attachment 185965 [details] [review]
GtkMenuShell: don't leak a GSList

_gtk_key_hash_lookup() returns a newly allocated GSList which is being
leaked.