Re: memory leak with gtk+-2.8.20-r1

2006-08-06 Thread gwenhael
On Sun, 06 Aug 2006 13:53:46 +0200 Iago Rubio <[EMAIL PROTECTED]> wrote: > On Sun, 2006-08-06 at 11:37 +0200, gwenhael wrote: > > On Sun, 06 Aug 2006 09:45:00 +0200 > > Iago Rubio <[EMAIL PROTECTED]> wrote: > > > > > On Fri, 2006-08-04 at 13:25 +0200,

Re: memory leak with gtk+-2.8.20-r1

2006-08-06 Thread gwenhael
On Sun, 06 Aug 2006 09:45:00 +0200 Iago Rubio <[EMAIL PROTECTED]> wrote: > On Fri, 2006-08-04 at 13:25 +0200, gwenj wrote: > > Hello, > > I use gtk+ for my soft's graphic interface. > > But valgrind make an log file containing approximately 22700 lines for an > > simple source code like : > > #in

memory leak with gtk+-2.8.20-r1

2006-08-04 Thread gwenhael
Hello, I use gtk+ for my soft's graphic interface. But valgrind make an log file containing approximately 22700 lines for an simple source code like : #include int main(int argc, char **argv) { gtk_init(&argc, &argv); GtkWidget *win= gtk_window_new(GTK_WINDOW_TOPLEVEL);