On Sun, 2006-08-06 at 14:07 +0200, gwenj wrote:
> The result to valgrind is :
> ==29096== LEAK SUMMARY:
> ==29096==    definitely lost: 0 bytes in 0 blocks.
Nothing malloc'ed and not freed.

> ==29096==      possibly lost: 800 bytes in 20 blocks.
This may be investigated further, but I bet they are false positives.

> ==29096==    still reachable: 41,380 bytes in 618 blocks.
That's completely normal. Surely they're static variables holding
pointers to freed memory.

>From this output, I don't see an obvious leak.
-- 
Iago Rubio

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

Reply via email to