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.
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));
return TRUE;
}
int main(int argc, char *argv[]) {