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 478620 - Memory leak when the "target" property value is set for an AtkRelation instance
Memory leak when the "target" property value is set for an AtkRelation instance
Status: RESOLVED FIXED
Product: atk
Classification: Platform
Component: atk
1.9.x
Other Linux
: High normal
: ---
Assigned To: Li Yuan
Li Yuan
Depends on:
Blocks:
 
 
Reported: 2007-09-20 14:54 UTC by Andrey Tsyvarev
Modified: 2008-11-18 02:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.20 KB, patch)
2008-11-13 07:27 UTC, Li Yuan
committed Details | Review

Description Andrey Tsyvarev 2007-09-20 14:54:21 UTC
When "target" property value is set (it is stored as GPtrArray*), the old list of pointers to objects is not destroyed.

The detailed bug description can be found at: 

http://linuxtesting.org/results/report?num=S0571
Comment 1 Li Yuan 2008-11-13 07:27:54 UTC
Created attachment 122547 [details] [review]
patch