Bug 128365 - [Cocoa] WKWebProcessPlugInNodeHandle methods leak and may crash
Summary: [Cocoa] WKWebProcessPlugInNodeHandle methods leak and may crash
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: 2014-02-07 01:57 PST by mitz
Modified: 2014-02-07 10:26 PST (History)
0 users

See Also:


Attachments
Add null checks and autorelease return values (2.14 KB, patch)
2014-02-07 01:59 PST, mitz
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2014-02-07 01:57:23 PST
[Cocoa] WKWebProcessPlugInNodeHandle methods leak and may crash
Comment 1 mitz 2014-02-07 01:59:09 PST
Created attachment 223435 [details]
Add null checks and autorelease return values
Comment 2 mitz 2014-02-07 10:26:42 PST
Fixed in <http://trac.webkit.org/r163628>.