Bug 131139

Summary: Fix over-retain in SharedBufferCF's createCFData().
Product: WebKit Reporter: Andreas Kling <kling>
Component: Page LoadingAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: kling
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch andersca: review+

Andreas Kling
Reported 2014-04-02 16:46:03 PDT
Fix over-retain in SharedBufferCF's createCFData().
Attachments
Patch (1.30 KB, patch)
2014-04-02 16:46 PDT, Andreas Kling
andersca: review+
Andreas Kling
Comment 1 2014-04-02 16:46:27 PDT
Anders Carlsson
Comment 2 2014-04-02 16:47:53 PDT
Comment on attachment 228445 [details] Patch 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?
Andreas Kling
Comment 3 2014-04-03 15:57:15 PDT
Note You need to log in before you can comment on or make changes to this bug.