Closed
Bug 1816635
Opened 2 years ago
Closed 2 years ago
Nullify `conn` for all Pools on destruction
Categories
(DevTools :: Framework, task)
DevTools
Framework
Tracking
(firefox112 fixed)
RESOLVED
FIXED
112 Branch
Tracking | Status | |
---|---|---|
firefox112 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
Details
Attachments
(1 file)
Bug 1813995 moved the nullification from only a couple of actor to the base Actor class.
This bug is about moving it to Pool, so that it is also done for all the Fronts.
Assignee | ||
Updated•2 years ago
|
Summary: Nullify `conn` for all Actors on destruction → Nullify `conn` for all Pools on destruction
Assignee | ||
Comment 1•2 years ago
|
||
So that it isn't only done for Actors, but also for all Fronts.
Updated•2 years ago
|
Assignee: nobody → poirot.alex
Attachment #9317599 -
Attachment description: Bug 1816635 - [devtools] Move conn nullification to Pool → Bug 1816635 - [devtools] Move conn nullification to Pool.
Status: NEW → ASSIGNED
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5d3f561de9d1
[devtools] Move conn nullification to Pool. r=jdescottes
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox112:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 112 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•