NEW 128630
AX: AccessibilityUIElement leaks in DumpRenderTree and WebKitTestRunner
https://bugs.webkit.org/show_bug.cgi?id=128630
Summary AX: AccessibilityUIElement leaks in DumpRenderTree and WebKitTestRunner
James Craig
Reported 2014-02-11 15:29:18 PST
From Darin's comment in bug 127447: https://bugs.webkit.org/show_bug.cgi?id=127447#c39 > > return JSStringCreateWithCharacters(0, 0); > > Writing it like this will result in a leak of every single one of these strings; needs an adopt since JSStringCreateWithCharacters needs to be balanced by a release. > > Needs to be: > return adopt(JSStringCreateWithCharacters(nullptr, 0)); There are several platform-specific files that appear to be affected.
Attachments
Radar WebKit Bug Importer
Comment 1 2014-02-11 15:29:54 PST
Note You need to log in before you can comment on or make changes to this bug.