Bug 7310 - fix leaks by using RefPtr more
Summary: fix leaks by using RefPtr more
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-16 13:03 PST by Darin Adler
Modified: 2006-02-16 17:06 PST (History)
0 users

See Also:


Attachments
patch to use RefPtr more (291.68 KB, patch)
2006-02-16 13:03 PST, Darin Adler
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2006-02-16 13:03:31 PST
I saw some leaks when I did run-webkit-tests --leaks. I fixed them by adding more RefPtr use. I still need to do some final performance testing before landing, but want to get the changes reviewed anyway.
Comment 1 Darin Adler 2006-02-16 13:03:49 PST
Created attachment 6549 [details]
patch to use RefPtr more
Comment 2 Eric Seidel (no email) 2006-02-16 14:04:32 PST
Comment on attachment 6549 [details]
patch to use RefPtr more

Looks good.  r=me.