Closed
Bug 1716262
Opened 3 years ago
Closed 3 years ago
Windows not cleaned up properly when closing
Categories
(Thunderbird :: Add-Ons: Extensions API, defect)
Thunderbird
Add-Ons: Extensions API
Tracking
(thunderbird_esr78 wontfix)
RESOLVED
FIXED
91 Branch
Tracking | Status | |
---|---|---|
thunderbird_esr78 | --- | wontfix |
People
(Reporter: darktrojan, Assigned: darktrojan)
Details
(Keywords: memory-leak)
Attachments
(1 file)
We have a Map of tab IDs to actual tabs. When a tab closes we're supposed to remove it from the map so the garbage collector cleans it up, but for non-3pane windows we call the function with the wrong info so that code never runs.
Assignee | ||
Comment 1•3 years ago
|
||
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/5c9c0312e5da
Fix removing tabs from the tab ID map so they don't leak. r=john.bieling
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•3 years ago
|
status-thunderbird_esr78:
--- → wontfix
Target Milestone: --- → 91 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•