mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-04-10 05:44:39 -04:00
Dispose of query grid memory on tab switch (#3458)
This commit is contained in:
@@ -282,6 +282,7 @@ export class QueryResultsView extends Disposable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public dispose() {
|
public dispose() {
|
||||||
|
dispose(this.runnerDisposables);
|
||||||
super.dispose();
|
super.dispose();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user