[Webkit-unassigned] [Bug 209915] New: REGRESSION (r234685): Leak of CALayer in createCoreAnimationLayer() in PluginObjectMac.mm

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 2 11:27:11 PDT 2020


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

            Bug ID: 209915
           Summary: REGRESSION (r234685): Leak of CALayer in
                    createCoreAnimationLayer() in PluginObjectMac.mm
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ddkilzer at webkit.org
        Depends on: 188245

Leak of CALayer in createCoreAnimationLayer() in PluginObjectMac.mm.

CFTypeRef createCoreAnimationLayer()
{
    CALayer *caLayer = [[TestPluginLayer alloc] init];
    [...]
    return CFBridgingRetain(caLayer);
}

This function currently returns a +2 retained object instead of a +1 retained object.


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=188245
[Bug 188245] [Cocoa] More tweaks and refactoring to prepare for ARC
-- 
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/20200402/3daeefb0/attachment.htm>


More information about the webkit-unassigned mailing list