Bug 151726 - EventSenderProxy::swipeGestureWithWheelAndMomentumPhases() leaks an EventSenderSyntheticEvent
Summary: EventSenderProxy::swipeGestureWithWheelAndMomentumPhases() leaks an EventSend...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-01 15:52 PST by David Kilzer (:ddkilzer)
Modified: 2015-12-01 17:25 PST (History)
6 users (show)

See Also:


Attachments
Patch v1 (1.86 KB, patch)
2015-12-01 16:33 PST, David Kilzer (:ddkilzer)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2015-12-01 15:52:41 PST
The clang static analyzer correctly points out that EventSenderProxy::swipeGestureWithWheelAndMomentumPhases() leaks an EventSenderSyntheticEvent object each time it is called.
Comment 1 David Kilzer (:ddkilzer) 2015-12-01 16:33:50 PST
Created attachment 266408 [details]
Patch v1
Comment 2 WebKit Commit Bot 2015-12-01 17:25:26 PST
Comment on attachment 266408 [details]
Patch v1

Clearing flags on attachment: 266408

Committed r192933: <http://trac.webkit.org/changeset/192933>
Comment 3 WebKit Commit Bot 2015-12-01 17:25:28 PST
All reviewed patches have been landed.  Closing bug.