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 381714 - Leak in spi_atk_bridge_get_registry
Leak in spi_atk_bridge_get_registry
Status: RESOLVED DUPLICATE of bug 375319
Product: at-spi
Classification: Platform
Component: atkbridge
1.7.x
Other Linux
: Normal normal
: ---
Assigned To: bill.haneman
bill.haneman
Depends on:
Blocks:
 
 
Reported: 2006-12-02 21:52 UTC by Pascal Terjan
Modified: 2007-02-05 09:12 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pascal Terjan 2006-12-02 21:52:52 UTC
spi_atk_bridge_get_registry calls spi_atk_bridge_get_registry_ior and get a string allocated by X which is never freed.

I would add XFree (ior); just after using it to get the registry.
Comment 1 Li Yuan 2007-02-05 09:12:29 UTC

*** This bug has been marked as a duplicate of 375319 ***