GNOME Bugzilla – Bug 524806
memory leak in impl_getBoundedRanges
Last modified: 2008-07-01 09:39:07 UTC
Please describe the problem: impl_getBoundedRanges retrieves an AtkRangeList, which is dynamically allocated by atk, and generates a new structure to return based on it, but it does not free the AtkRangeList. Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
Created attachment 108177 [details] [review] Patch.
Created attachment 113766 [details] [review] patch to remove un-related changes.
2008-07-01 Li Yuan <li.yuan@sun.com> * libspi/text.c: (impl_getBoundedRanges): Bug #524806. Fix memory leak in impl_getBoundedRanges. Patch from Mike Gorse <mgorse@novell.com>.