Bug 132472 - Fix several memory leaks found by code inspection
Summary: Fix several memory leaks found by code inspection
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-02 10:56 PDT by Simon Fraser (smfr)
Modified: 2014-05-02 11:47 PDT (History)
4 users (show)

See Also:


Attachments
Patch (4.29 KB, patch)
2014-05-02 10:57 PDT, Simon Fraser (smfr)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.