WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2014-02-11 15:29:54 PST
<
rdar://problem/16042120
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug