[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:27:29 PDT 2013


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





--- Comment #17 from Mario Sanchez Prada <mario at webkit.org>  2013-05-20 05:25:55 PST ---
(From update of attachment 202270)
View in context: https://bugs.webkit.org/attachment.cgi?id=202270&action=review

> Tools/WebKitTestRunner/InjectedBundle/AccessibilityUIElement.h:55
> +#include <wtf/gobject/GRefPtr.h>
> +typedef GRefPtr<AtkObject> PlatformUIElement;

Beautiful!

> 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

> Tools/WebKitTestRunner/InjectedBundle/atk/AccessibilityUIElementAtk.cpp:122
> +    if (!element.get() || !ATK_IS_VALUE(element.get()))

Same here

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