Re: GtkBox memory leak?

2008-10-25 Thread Havoc Pennington
Hi, On Sat, Oct 25, 2008 at 6:32 PM, Matt Bucknall <[EMAIL PROTECTED]> wrote: > 'gtk_box_forall' passing gtk_widget_destroy as the callback to destroy all > the container's child widgets. What I cannot see is how, in the latter case, > all the GtkBoxChild objects associated with the child widgets

GtkBox memory leak?

2008-10-25 Thread Matt Bucknall
Hi, I'm currently implementing a custom container widget and I've been using the source code for GtkBox as as reference (http://svn.gnome.org/svn/gtk+/trunk, revision 21712). I'm wondering whether I've found a bug or if there is something I am missing about container destruction: In 'gtkbox