Bug 124386 - [Cocoa] WKBrowsingContextController's policy client implementation over-releases WKURLRequests and WKURLResponses
Summary: [Cocoa] WKBrowsingContextController's policy client implementation over-relea...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-14 16:18 PST by mitz
Modified: 2013-11-14 16:26 PST (History)
0 users

See Also:


Attachments
Avoid releasing WK objects passed into the client callbacks (3.08 KB, patch)
2013-11-14 16:22 PST, mitz
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2013-11-14 16:18:43 PST
[Cocoa] WKBrowsingContextController's policy client implementation over-releases WKURLRequests and WKURLResponses
Comment 1 mitz 2013-11-14 16:22:42 PST
Created attachment 216997 [details]
Avoid releasing WK objects passed into the client callbacks
Comment 2 mitz 2013-11-14 16:26:50 PST
Fixed in <http://trac.webkit.org/r159322>.