Re: GKeyFile memory leak on Windows ?

2010-06-10 Thread Tor Lillqvist
Fixed now in git, bug #621168.

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


GKeyFile memory leak on Windows ?

2010-06-09 Thread BianShaoLei
try this little prog on Windows xp:

#includeglib.h

int main()
{
while(1)
{
GKeyFile *key = g_key_file_new();
g_key_file_free(key);
}
}

It will eat up all memory. I can't find why.
Could someone help me ? I think this maybe a memory leak.
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list