Bug 132472

Summary: Fix several memory leaks found by code inspection
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: New BugsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, commit-queue, sam, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Simon Fraser (smfr) 2014-05-02 10:56:35 PDT
Fix several memory leaks found by code inspection
Comment 1 Simon Fraser (smfr) 2014-05-02 10:57:08 PDT
Created attachment 230674 [details]
Patch
Comment 2 Simon Fraser (smfr) 2014-05-02 10:57:56 PDT
I searched for:
RetainPtr<.+>.+= \[.+alloc
RetainPtr<.+>.+= [^a].+create
RetainPtr<.+>.+= [^a].+copy
and looked for leaks, and found a few.
Comment 3 Geoffrey Garen 2014-05-02 11:09:52 PDT
Comment on attachment 230674 [details]
Patch

r=me
Comment 4 WebKit Commit Bot 2014-05-02 11:47:22 PDT
Comment on attachment 230674 [details]
Patch

Clearing flags on attachment: 230674

Committed r168177: <http://trac.webkit.org/changeset/168177>
Comment 5 WebKit Commit Bot 2014-05-02 11:47:25 PDT
All reviewed patches have been landed.  Closing bug.