Bug 51315

Summary: WKView leak when performing key equivalents
Product: WebKit Reporter: mitz
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal Keywords: InRadar
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: All   
Attachments:
Description Flags
Ensure that self is released in the early return case of -performKeyEquivalent: sam: review+

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>.