[Webkit-unassigned] [Bug 148229] New: dispatch_group_t objects may not be retained properly when not backed by Objective-C objects under garbage collection

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 20 10:06:25 PDT 2015


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

            Bug ID: 148229
           Summary: dispatch_group_t objects may not be retained properly
                    when not backed by Objective-C objects under garbage
                    collection
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media Elements
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ddkilzer at webkit.org
                CC: aestes at apple.com, andersca at apple.com,
                    eric.carlson at apple.com, jeremyj-wk at apple.com,
                    jer.noble at apple.com

dispatch_group_t objects may not be retained properly when not backed by Objective-C objects under garbage collection.

The proper way to address this is to use OSObjectPtr<>, which does the right thing regardless of whether the dispatch_group_t objects are backed by Objective-C objects or not.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150820/e420839c/attachment.html>


More information about the webkit-unassigned mailing list