[webkit-reviews] review granted: [Bug 131139] Fix over-retain in SharedBufferCF's createCFData(). : [Attachment 228445] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 2 16:47:32 PDT 2014


Anders Carlsson <andersca at apple.com> has granted Andreas Kling
<akling at apple.com>'s request for review:
Bug 131139: Fix over-retain in SharedBufferCF's createCFData().
https://bugs.webkit.org/show_bug.cgi?id=131139

Attachment 228445: Patch
https://bugs.webkit.org/attachment.cgi?id=228445&action=review

------- Additional Comments from Anders Carlsson <andersca at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=228445&action=review


> Source/WebCore/platform/cf/SharedBufferCF.cpp:58
>	   return m_cfData.get();

Can you just return m_cfData here?


More information about the webkit-reviews mailing list