[Webkit-unassigned] [Bug 229781] Leak of VTImageRotationSessionRef (176 bytes) in com.apple.WebKit.GPU.Development process

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 1 17:13:40 PDT 2021


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

--- Comment #2 from David Kilzer (:ddkilzer) <ddkilzer at webkit.org> ---
Missing an adoptCF() in Source/WebCore/platform/graphics/cv/ImageRotationSessionVT.mm:

    VTImageRotationSessionRef rawRotationSession = nullptr;
    VTImageRotationSessionCreate(kCFAllocatorDefault, m_rotationProperties.angle, &rawRotationSession);
    m_rotationSession = rawRotationSession;

-- 
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/20210902/bd60b26a/attachment.htm>


More information about the webkit-unassigned mailing list