Bug 11828 - ResourceRequest leaks NSURLRequests
Summary: ResourceRequest leaks NSURLRequests
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-14 07:07 PST by Alexey Proskuryakov
Modified: 2006-12-14 10:18 PST (History)
0 users

See Also:


Attachments
proposed fix (1023 bytes, patch)
2006-12-14 07:07 PST, Alexey Proskuryakov
no flags Details | Formatted Diff | Diff
proposed fix (1.05 KB, patch)
2006-12-14 09:22 PST, Alexey Proskuryakov
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2006-12-14 07:07:06 PST
ResourceRequest leaks NSURLRequests in doUpdatePlatformRequest().
Comment 1 Alexey Proskuryakov 2006-12-14 07:07:42 PST
Created attachment 11837 [details]
proposed fix
Comment 2 Alexey Proskuryakov 2006-12-14 09:22:24 PST
Created attachment 11839 [details]
proposed fix

Mitz suggested to use adopt() instead of manually releasing.
Comment 3 Darin Adler 2006-12-14 09:42:11 PST
Comment on attachment 11839 [details]
proposed fix

r=me
Comment 4 Alexey Proskuryakov 2006-12-14 10:18:41 PST
Committed revision 18215.