GNOME Bugzilla – Bug 68200
GtkToolbar - minor memory leak
Last modified: 2013-12-10 17:20:59 UTC
GtkToolbar - gtk_real_toolbar_style_changed() has a memory leak: box = (GtkWidget*)gtk_container_get_children (GTK_CONTAINER (child->widget))->data; It should g_list_free() the list of children (as GtkDialog does). (There are 2 occurrences of this)
Testing would be appreciated. Tue Jan 8 14:42:19 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtktoolbar.c: Fix leaks of results of gtk_container_get_children(). (#68199, Damon Chaplin)
*** Bug 669183 has been marked as a duplicate of this bug. ***