GNOME Bugzilla – Bug 618866
g_ptr_array_remove_index_fast memory leak
Last modified: 2010-06-20 04:11:15 UTC
Created attachment 161216 [details] testcase, valgrind log and patch files Bug was found in glib2.0-2.22.3, but also exists in glib2.0-2.24.0. The g_ptr_array_remove_index_fast routine has memory leak, when using array with element_free_func. Element free function isn't called for last element in array. Testcase, valgrind log and patch file are in attachment.