On Wed, Jan 23, 2013 at 10:41:54AM -0600, Edscott Wilson wrote: > I conclude this is a gtk memory leak. It occurs when calling > gtk_combo_box_new_with_entry(), Apparently, when the dialog that contains > the combo box is destroyed, the GList "visible_children" in file > gtkcombobox.c is not being cleansed of the pointer to the child widget, > entry. The leak does not occur if plain gtk_combo_box_new() is used > instead. Correct me if I'm wrong.
Whether gtk_combo_box_get_path_for_child() can be called with a visible child different from those enumerated there (the only way a leak can occur) I cannot tell. In any case, any suspected leak that goes through GSlice should be first reproduced with G_SLICE=always-malloc -- and you find it real, a bug report is much better than suppression... Yeti _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list