[Webkit-unassigned] [Bug 128630] New: AX: AccessibilityUIElement leaks in DumpRenderTree and WebKitTestRunner

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 11 15:32:01 PST 2014


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

           Summary: AX: AccessibilityUIElement leaks in DumpRenderTree and
                    WebKitTestRunner
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jcraig at apple.com
                CC: webkit-bug-importer at group.apple.com


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

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