GNOME Bugzilla – Bug 353328
GSlice leaks
Last modified: 2006-08-29 11:16:04 UTC
I wrote a quick little test program, to test some things with GSList. In the process of running the program under valgrind, it seems to imply that at least GSlice is leaking a little bit of memory. It seems there are also possibly a couple in g_print? Valgrind log and test program code attached.
Created attachment 71811 [details] Valgrind log of test-gslist program
Created attachment 71812 [details] test-gslist program code
Valgrind does not currently handle the slice allocator correctly; there is another bug where Behdad and Tim are discussing the necessary changes to fix this.
*** This bug has been marked as a duplicate of 335126 ***