After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 317487 - Memory leaks caused by not using new memory management functions.
Memory leaks caused by not using new memory management functions.
Status: VERIFIED FIXED
Product: java-gnome
Classification: Bindings
Component: GTK
mainline
Other Linux
: High critical
: ---
Assigned To: Ismael Juma
Ismael Juma
Depends on:
Blocks:
 
 
Reported: 2005-09-29 07:31 UTC by Ismael Juma
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12



Description Ismael Juma 2005-09-29 07:31:19 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).
Comment 1 Ismael Juma 2005-09-30 11:55:24 UTC
Fixed in CVS HEAD.