mirror of
https://github.com/nasa/openmct.git
synced 2025-06-15 05:38:12 +00:00
Misc memory leak fixes (#7224)
* fix(leak): remove font listeners * fix(leak): release componentInstance * fix(perf): remove unused emit * fix(perf): only emit if tickWidth changes * fix: warnings and undefined keys * fix: remove unused bind * fix: restore MctTicks component
This commit is contained in:
@ -99,7 +99,7 @@ class DisplayLayoutView {
|
||||
destroy() {
|
||||
if (this._destroy) {
|
||||
this._destroy();
|
||||
this.component = undefined;
|
||||
this.component = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user