RESOLVED FIXED 59725
-[WebFullscreenWindow initWithContentRect:styleMask:backing:defer:] leaks a CALayer
https://bugs.webkit.org/show_bug.cgi?id=59725
Summary -[WebFullscreenWindow initWithContentRect:styleMask:backing:defer:] leaks a C...
David Kilzer (:ddkilzer)
Reported 2011-04-28 12:21:00 PDT
Created attachment 91536 [details] Patch Reviewed by NOBODY (OOPS!). * WebView/WebFullScreenController.mm: (-[WebFullscreenWindow initWithContentRect:styleMask:backing:defer:]): Release the CALayer. --- 2 files changed, 11 insertions(+), 0 deletions(-)
Attachments
Patch (1.42 KB, patch)
2011-04-28 12:21 PDT, David Kilzer (:ddkilzer)
mitz: review+
WebKit Review Bot
Comment 1 2011-04-28 12:25:22 PDT
Attachment 91536 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit/mac/ChangeLog', u'Source/Web..." exit_code: 1 Source/WebKit/mac/ChangeLog:1: ChangeLog entry has no bug number [changelog/bugnumber] [5] Total errors found: 1 in 2 files If any of these errors are false positives, please file a bug against check-webkit-style.
Jer Noble
Comment 2 2011-04-28 12:34:15 PDT
Comment on attachment 91536 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=91536&action=review > Source/WebKit/mac/WebView/WebFullScreenController.mm:816 > + [contentLayer release]; Whoops. A leaked CALayer indeed. Looks good to me.
mitz
Comment 3 2011-04-28 12:42:10 PDT
Comment on attachment 91536 [details] Patch Okay, but why not use RetainPtr?
David Kilzer (:ddkilzer)
Comment 4 2011-04-28 13:03:06 PDT
(In reply to comment #3) > (From update of attachment 91536 [details]) > Okay, but why not use RetainPtr? It wasn't used in the file yet, and I was making the minimal change necessary to fix the bug. I'll switch to RetainPtr<> for the CALayer.
David Kilzer (:ddkilzer)
Comment 5 2011-04-28 15:33:49 PDT
WebKit Review Bot
Comment 6 2011-04-28 15:53:08 PDT
http://trac.webkit.org/changeset/85248 might have broken WinCE Release (Build)
Note You need to log in before you can comment on or make changes to this bug.