Closed
Bug 1824660
Opened 2 years ago
Closed 2 years ago
Free references to windows in WindowHelper.jsm
Categories
(Thunderbird :: Testing Infrastructure, defect)
Thunderbird
Testing Infrastructure
Tracking
(thunderbird_esr102 wontfix, thunderbird112 wontfix)
RESOLVED
FIXED
113 Branch
People
(Reporter: darktrojan, Assigned: darktrojan)
References
Details
Attachments
(1 file)
WindowHelper (a remnant of Mozmill) keeps references to all windows that open during a test and never releases them. This appears to be a memory leak as far as the test infrastructure is concerned, and it obscures real memory leaks in the actual program. These references should be cleaned up at the end of a test run.
| Assignee | ||
Comment 1•2 years ago
|
||
This cleans up at the end of each test and at the end of the test run.
| Assignee | ||
Updated•2 years ago
|
status-thunderbird112:
--- → wontfix
status-thunderbird_esr102:
--- → wontfix
Keywords: checkin-needed-tb
Target Milestone: --- → 113 Branch
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/822805e4c203
Free references to windows in WindowHelper.jsm. r=mkmelin
You need to log in
before you can comment on or make changes to this bug.
Description
•