Summary: | Fix several memory leaks found by code inspection | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> | ||||
Component: | New Bugs | Assignee: | 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
Simon Fraser (smfr)
2014-05-02 10:56:35 PDT
Created attachment 230674 [details]
Patch
I searched for: RetainPtr<.+>.+= \[.+alloc RetainPtr<.+>.+= [^a].+create RetainPtr<.+>.+= [^a].+copy and looked for leaks, and found a few. Comment on attachment 230674 [details]
Patch
r=me
Comment on attachment 230674 [details] Patch Clearing flags on attachment: 230674 Committed r168177: <http://trac.webkit.org/changeset/168177> All reviewed patches have been landed. Closing bug. |