Bug 131877 - Fix leak of UIScreenEdgePanGestureRecognizer in WKSwipeTransitionController
Summary: Fix leak of UIScreenEdgePanGestureRecognizer in WKSwipeTransitionController
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-18 20:41 PDT by Joseph Pecoraro
Modified: 2014-04-19 15:16 PDT (History)
1 user (show)

See Also:


Attachments
[PATCH] Proposed Fix (1.26 KB, patch)
2014-04-18 20:42 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.