From e599d8b6fab4db7df6ff8e7d2b014fc616dfbb03 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Fri, 16 Oct 2020 15:47:13 +0200 Subject: [PATCH] also clear --- src/domain/RootViewModel.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/domain/RootViewModel.js b/src/domain/RootViewModel.js index a0d3fa12..2a1e0c82 100644 --- a/src/domain/RootViewModel.js +++ b/src/domain/RootViewModel.js @@ -63,6 +63,7 @@ export class RootViewModel extends ViewModel { // this should never happen, but we want to be sure not to leak it if (this._pendingSessionContainer) { this._pendingSessionContainer.dispose(); + this._pendingSessionContainer = null } this._showSessionLoader(sessionId); }