Bug 11828

Summary: ResourceRequest leaks NSURLRequests
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Page LoadingAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
proposed fix
none
proposed fix darin: review+

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.