Bug 51315 - WKView leak when performing key equivalents
Summary: WKView leak when performing key equivalents
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2010-12-19 18:37 PST by mitz
Modified: 2010-12-19 18:44 PST (History)
0 users

See Also:


Attachments
Ensure that self is released in the early return case of -performKeyEquivalent: (1.71 KB, patch)
2010-12-19 18:40 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 2010-12-19 18:37:15 PST
<rdar://problem/8769525>

Patch forthcoming.
Comment 1 mitz 2010-12-19 18:40:09 PST
Created attachment 76968 [details]
Ensure that self is released in the early return case of -performKeyEquivalent:
Comment 2 mitz 2010-12-19 18:44:58 PST
Fixed in <http://trac.webkit.org/projects/webkit/changeset/74329>.