GNOME Bugzilla – Bug 317487
Memory leaks caused by not using new memory management functions.
Last modified: 2009-08-15 18:40:50 UTC
There are a few places that still use the following native functions: getHandleArrayFromGList getHandleArrayFromGSList getHandleArrayFromPointers These calls should be replaced by using the equivalent functions that were added for the new memory management strateg (unless the specific object type does not need to be collected).
Fixed in CVS HEAD.