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+

Description Andreas Kling 2014-04-02 16:46:03 PDT
Fix over-retain in SharedBufferCF's createCFData().
Comment 1 Andreas Kling 2014-04-02 16:46:27 PDT
Created attachment 228445 [details]
Patch
Comment 2 Anders Carlsson 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?
Comment 3 Andreas Kling 2014-04-03 15:57:15 PDT
Committed r166751: <http://trac.webkit.org/changeset/166751>