Closed
Bug 1657073
Opened 2 years ago
Closed 2 years ago
make sure to destroy direct manipulation objects before we clear our HWND pointer
Categories
(Core :: Widget: Win32, defect)
Core
Widget: Win32
Tracking
()
RESOLVED
FIXED
81 Branch
Tracking | Status | |
---|---|---|
firefox81 | --- | fixed |
People
(Reporter: tnikkel, Assigned: tnikkel)
References
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•2 years ago
|
||
Otherwise when we try to call Deactivate on the direct manipulation manager (to balance the Activate call) we won't have the HWND pointer and so it won't balance and we will leak.
Updated•2 years ago
|
Assignee: nobody → tnikkel
Status: NEW → ASSIGNED
Pushed by kgupta@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/08c512440c1b Make sure to destroy direct manipulation objects before we clear our HWND pointer. r=kats
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox81:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 81 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•