RESOLVED FIXED 209915
REGRESSION (r234685): Leak of CALayer in createCoreAnimationLayer() in PluginObjectMac.mm
https://bugs.webkit.org/show_bug.cgi?id=209915
Summary REGRESSION (r234685): Leak of CALayer in createCoreAnimationLayer() in Plugin...
David Kilzer (:ddkilzer)
Reported 2020-04-02 11:27:11 PDT
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.
Attachments
Patch v1 (1.84 KB, patch)
2020-04-02 11:29 PDT, David Kilzer (:ddkilzer)
no flags
David Kilzer (:ddkilzer)
Comment 1 2020-04-02 11:29:59 PDT
Created attachment 395282 [details] Patch v1
David Kilzer (:ddkilzer)
Comment 2 2020-04-02 11:38:34 PDT
This is also the _last_ static analyzer warning in DumpRenderTree for the version of the clang static analyzer we're running!
EWS
Comment 3 2020-04-02 12:16:12 PDT
Committed r259403: <https://trac.webkit.org/changeset/259403> All reviewed patches have been landed. Closing bug and clearing flags on attachment 395282 [details].
Radar WebKit Bug Importer
Comment 4 2020-04-02 12:17:13 PDT
Note You need to log in before you can comment on or make changes to this bug.