Re: memory leak on windows

2012-03-05 Thread Gaetano Guerriero
On Mon, Mar 05, 2012 at 10:32:03AM +0400, Igor Chetverovod wrote: > Hi Gaetano, > you are right - this application steals memory. > I compiled it by mingw g++ with gtk+-bundle_2.24.10-20120208_win32.zip. > About 8 kByte per second for WinXP. > > Best regards, > > Igor Thank you for your testing.

Re: memory leak on windows

2012-03-04 Thread Igor Chetverovod
2012/3/2, Gaetano Guerriero : > Greetings, > this code leaks memory on Windows XP until the program crashes after some > minutes: > === > #include "gtk/gtk.h" > > static gboolean progressbar_pulse(gpointer data) { > gtk_progress_bar_pulse(GTK_PROGRESS_BAR(data)); > retur

Re: memory leak on windows

2012-03-02 Thread Allin Cottrell
On Fri, 2 Mar 2012, Gaetano Guerriero wrote: this code leaks memory on Windows XP until the program crashes after some minutes [...] Well, using GTK 2.24.9 on Linux the program runs cleanly (no leaks) as verified by valgrind, after a minor modification to make it close down properly when the