[Webkit-unassigned] [Bug 141765] New: Possible CFData leak in CDMSessionAVFoundationCF

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 18 12:44:33 PST 2015


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

            Bug ID: 141765
           Summary: Possible CFData leak in CDMSessionAVFoundationCF
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: joepeck at webkit.org
                CC: bfulgham at webkit.org, eric.carlson at apple.com

* SUMMARY
Possible CFData leak in CDMSessionAVFoundationCF.

This looks like a leak to me:

    RetainPtr<CFDataRef> keyRequest = AVCFAssetResourceLoadingRequestCreateStreamingContentKeyRequestDataForApp(...);

The naming of the method implies "Create" so I would expect an adoptCF() into the RetainPtr.

-- 
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/20150218/0b5dffc5/attachment-0002.html>


More information about the webkit-unassigned mailing list