Multiple leaks keeping messenger.xhtml windows alive after closing
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
People
(Reporter: darktrojan, Assigned: darktrojan)
References
(Blocks 1 open bug)
Details
(Keywords: memory-leak)
Attachments
(1 file)
If you open a second messenger.xhtml, e.g. by clicking Open in New Window on the folder pane context menu, that window (and everything inside it), will remain in memory until Thunderbird shuts down. There are multiple problems, mostly things that are registered with components that last the lifetime of the process, and not unregistered when the window closes.
| Assignee | ||
Comment 1•1 month ago
|
||
| Assignee | ||
Updated•1 month ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/bda436929c1e
Disconnect messenger.xhtml windows from singleton components when they close. r=freaktechnik
| Assignee | ||
Comment 3•1 month ago
|
||
Backed out, because apparently macOS 10.15 doesn't like it where 14.70 does, and because it caused a bunch of failures to be reported.
https://hg.mozilla.org/comm-central/rev/5d3859f441f3ecaf6a4a2ee2a79e255e2860768e
| Assignee | ||
Updated•1 month ago
|
Pushed by daniel@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/38b12e379056
Disconnect messenger.xhtml windows from singleton components when they close. r=freaktechnik
Updated•19 days ago
|
Description
•