GNOME Bugzilla – Bug 322588
egg_recent_view_gtk_clear leaks
Last modified: 2005-11-27 20:37:50 UTC
the 'menu_children' list in egg_recent_view_gtk_clear is leaked.
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).