Closed
Bug 1697090
Opened 4 years ago
Closed 4 years ago
Add shutdown check to CompositorBridgeParent::~CompositorBridgeParent()
Categories
(Core :: Graphics, enhancement)
Core
Graphics
Tracking
()
RESOLVED
FIXED
88 Branch
Tracking | Status | |
---|---|---|
firefox88 | --- | fixed |
People
(Reporter: sotaro, Assigned: sotaro)
References
Details
Attachments
(1 file)
It seems that there is a possibility that CompositorBridgeParent is destroyed without calling CompositorBridgeParent::StopAndClearResources(). It was assumed from Bug 1597854 and Bug 1690752.
Then it seems better to add ASSERT and gfxCriticalNote for it.
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → sotaro.ikeda.g
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Updated•4 years ago
|
Pushed by sikeda.birchill@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/341c0a1893ae
Add shutdown check to CompositorBridgeParent::~CompositorBridgeParent() r=nical
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox88:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•