[Webkit-unassigned] [Bug 131877] New: Fix leak of UIScreenEdgePanGestureRecognizer in WKSwipeTransitionController

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 18 20:41:38 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=131877

           Summary: Fix leak of UIScreenEdgePanGestureRecognizer in
                    WKSwipeTransitionController
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joepeck at webkit.org


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list