GNOME Bugzilla – Bug 427836
don't leak ior
Last modified: 2007-04-12 08:02:11 UTC
spi_atk_bridge_get_registry leaks the ior string that it gets from an X window property. I'll attach a patch. You may want to change spi_atk_bridge_get_registry_ior to return g-allocated memory instead, to confine the Xlib api use to that function.
Created attachment 86045 [details] [review] ior-leak.patch
Thanks for the patch. I'd like to commit it and unify the code style at the same time.
Created attachment 86223 [details] [review] fix leak and unify the code style