GNOME Bugzilla – Bug 381714
Leak in spi_atk_bridge_get_registry
Last modified: 2007-02-05 09:12:29 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.
*** This bug has been marked as a duplicate of 375319 ***