[Webkit-unassigned] [Bug 252575] New: Prefer copy over CFRetain for ObjC Callback

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 20 09:09:59 PST 2023


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

            Bug ID: 252575
           Summary: Prefer copy over CFRetain for ObjC Callback
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: doremylover123 at gmail.com

This way, not only does this match the function below it, but we don't have to retain this way anymore, ensuring memory is not leaked, as nothing that releases the Class object could be found.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230220/2331729d/attachment.htm>


More information about the webkit-unassigned mailing list