[Webkit-unassigned] [Bug 134038] New: -[JSContext setName:] leaks NSString

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 18 13:51:33 PDT 2014


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

           Summary: -[JSContext setName:] leaks NSString
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ddkilzer at webkit.org
                CC: joepeck at webkit.org


JavaScriptCore/API/JSContext.mm:200:73: warning: Potential leak of an object
    JSStringRef nameJS = name ? JSStringCreateWithCFString((CFStringRef)[name copy]) : nullptr;
                                                                        ^

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