Bug 131877

Summary: Fix leak of UIScreenEdgePanGestureRecognizer in WKSwipeTransitionController
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Description Joseph Pecoraro 2014-04-18 20:41:59 PDT
I was seeing leaks of UIScreenEdgePanGestureRecognizer related data allocated in WKSwipeTransitionController. Seems we should be autoreleasing the recognizer we are creating because this file is not ARC.
Comment 1 Joseph Pecoraro 2014-04-18 20:42:41 PDT
Created attachment 229709 [details]
[PATCH] Proposed Fix
Comment 2 WebKit Commit Bot 2014-04-19 15:16:54 PDT
Comment on attachment 229709 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 229709

Committed r167552: <http://trac.webkit.org/changeset/167552>
Comment 3 WebKit Commit Bot 2014-04-19 15:16:57 PDT
All reviewed patches have been landed.  Closing bug.