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 322588 - egg_recent_view_gtk_clear leaks
egg_recent_view_gtk_clear leaks
Status: RESOLVED FIXED
Product: libegg
Classification: Other
Component: recent-files
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Emmanuele Bassi (:ebassi)
Libegg maintenance
Depends on:
Blocks:
 
 
Reported: 2005-11-27 20:15 UTC by Paolo Borelli
Modified: 2005-11-27 20:37 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Paolo Borelli 2005-11-27 20:15:24 UTC
the 'menu_children' list in egg_recent_view_gtk_clear is leaked.
Comment 1 Emmanuele Bassi (:ebassi) 2005-11-27 20:37:50 UTC
Fixed in CVS.

I feel that the recent-files code has leaks around since forever, but I don't
have valgrind-fu enough to find them.  Well, I'll try and check the
recentchooser code instead. ;-)

2005-11-27  Emmanuele Bassi  <ebassi@cvs.gnome.org>

	* libegg/recent-files/egg-recent-view-gtk.c
	(egg_recent_view_gtk_clear): plug the leakage of the GList containing
	the children of the menu (fixes bug #322588).