Re: [gentoo-user] memory leak with gtk+-2.8.20-r1

2006-08-02 Thread Hans-Werner Hilse
Hi, On Wed, 02 Aug 2006 18:14:02 +0200 gwe <[EMAIL PROTECTED]> wrote: > > Ah yes, I wasn't aware that there was a function for this. You should > > definitely use this in place of the delete statement because it will do > > deeper cleaning. > > the GTK Api said gtk_exit is deprecated and shou

Re: [gentoo-user] memory leak with gtk+-2.8.20-r1

2006-08-02 Thread gwe
Le Wed, 02 Aug 2006 17:30:10 +0200, Randy Barlow a écrit : > Ah yes, I wasn't aware that there was a function for this. You should > definitely use this in place of the delete statement because it will do > deeper cleaning. the GTK Api said gtk_exit is deprecated and should not be used. In f

Re: [gentoo-user] memory leak with gtk+-2.8.20-r1

2006-08-02 Thread Randy Barlow
Hans-Werner Hilse wrote: Hi, On Wed, 02 Aug 2006 13:49:04 +0200 gwe <[EMAIL PROTECTED]> wrote: I'm sorry I post only the end of log file of valgrind (the entire file is very big ~22500 lines). This is the result of execute the source code : ==13767== LEAK SUMMARY: ==13767==definitely lost:

Re: [gentoo-user] memory leak with gtk+-2.8.20-r1

2006-08-02 Thread Randy Barlow
gwe 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 : #include int main(int argc, char **argv) { gtk_init(&argc, &argv); GtkWidget *win= gtk_window_new(GTK_WINDOW_TOPL

Re: [gentoo-user] memory leak with gtk+-2.8.20-r1

2006-08-02 Thread Hans-Werner Hilse
Hi, On Wed, 02 Aug 2006 13:49:04 +0200 gwe <[EMAIL PROTECTED]> wrote: > I'm sorry > I post only the end of log file of valgrind (the entire file is very big > ~22500 lines). > This is the result of execute the source code : > ==13767== LEAK SUMMARY: > ==13767==definitely lost: 36 bytes in 1 b

Re: [gentoo-user] memory leak with gtk+-2.8.20-r1

2006-08-02 Thread gwe
Le Wed, 02 Aug 2006 13:20:07 +0200, Hans-Werner Hilse a écrit : > Hi, > > On Wed, 02 Aug 2006 12:58:33 +0200 gwe <[EMAIL PROTECTED]> wrote: > >> Someone has the same problem or an solution to solve this leak of >> memory? Thank you very much. > > You should at least describe the problem you hav

Re: [gentoo-user] memory leak with gtk+-2.8.20-r1

2006-08-02 Thread Hans-Werner Hilse
Hi, On Wed, 02 Aug 2006 12:58:33 +0200 gwe <[EMAIL PROTECTED]> wrote: > Someone has the same problem or an solution to solve this leak of > memory? Thank you very much. You should at least describe the problem you have. You're just describing the things you've tried to nail it down, but what are

[gentoo-user] memory leak with gtk+-2.8.20-r1

2006-08-02 Thread gwe
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);

[gentoo-user] memory leak with gtk+-2.8.20-r1

2006-08-02 Thread gwe
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);