[Webkit-unassigned] [Bug 118362] [ATK] Leak: more leaks in AccessibilityUIElement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 3 10:53:13 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=118362





--- Comment #3 from Brian Holt <brian.holt at samsung.com>  2013-07-03 10:55:11 PST ---
The title one is a bit trickier because 

   fun:g_strdup
   fun:_ZL27webkitAccessibleTextGetTextP8_AtkTextii
   fun:_ZL23webkitAccessibleGetNameP10_AtkObject
   fun:_ZN22AccessibilityUIElement5titleEv

webkitAccessibleGetName(AtkObject*) sometimes returns a char* that is created by g_strdup but it also sometimes returns a value stored in a cache.  Freeing that would be a disaster.  

My feeling at this stage is that the effort required to refactor is not worth the few bytes leaking.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list