Hi,

On Mon, Oct 27, 2008 at 4:22 PM, Jacques Le Normand <[EMAIL PROTECTED]>wrote:

>
>    gtk_container_remove(GTK_CONTAINER(vbox),child);
>

Most likely I am wrong on this, but you solely do a container remove, and
not a delete/free etc on something that was created with entry_new().  I'm
fairly certain that removing from a container does not free the the object,
and you are therefore leaking 400 pointers to entry boxes.

dave
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to