Be aware that glib has it's own allocation and deallocation functions which may 
keep destroyed widgets or other data structures around in a memory pool, so the 
OS may think your program is using memory but it's just glib's memory pool. 
That memory would still be still "is use" (has references to it) from the 
perspective of valgrind as well.

Reed



_______________________________________________
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