[Webkit-unassigned] [Bug 112913] [ATK] [WebKit2] AccessibilityUIElement often leaks its AtkObject

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 20 05:44:48 PDT 2013


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





--- Comment #19 from Krzysztof Czech <k.czech at samsung.com>  2013-05-20 05:43:15 PST ---
> > Tools/WebKitTestRunner/InjectedBundle/atk/AccessibilityUIElementAtk.cpp:86
> > +    if (!element.get() || !ATK_IS_OBJECT(element.get()))
> 
> Just if (!element || ...)
> 
> Sorry not to having caught this one before
Thanks, done.
> 
> > Tools/WebKitTestRunner/InjectedBundle/atk/AccessibilityUIElementAtk.cpp:122
> > +    if (!element.get() || !ATK_IS_VALUE(element.get()))
> 
> Same here
Done.

-- 
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