RESOLVED FIXED Bug 57263
CGImageRefs must hold a strong reference to underlying data
https://bugs.webkit.org/show_bug.cgi?id=57263
Summary CGImageRefs must hold a strong reference to underlying data
Anders Carlsson
Reported 2011-03-28 13:29:18 PDT
CGImageRefs must hold a strong reference to underlying data
Attachments
Patch (11.80 KB, patch)
2011-03-28 13:32 PDT, Anders Carlsson
sam: review+
Anders Carlsson
Comment 1 2011-03-28 13:32:59 PDT
Sam Weinig
Comment 2 2011-03-28 13:35:51 PDT
Comment on attachment 87191 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=87191&action=review > Source/WebKit2/Shared/cg/ShareableBitmapCG.cpp:58 > +RetainPtr<CGImageRef> ShareableBitmap::createCGImageCopy() Lets call this makeCGImage. > Source/WebKit2/Shared/cg/ShareableBitmapCG.cpp:65 > +RetainPtr<CGImageRef> ShareableBitmap::createCGImage() This one too.
Anders Carlsson
Comment 3 2011-03-28 13:46:04 PDT
WebKit Review Bot
Comment 4 2011-03-28 13:58:58 PDT
http://trac.webkit.org/changeset/82151 might have broken Windows Release (Build) and Windows Debug (Build)
Note You need to log in before you can comment on or make changes to this bug.