Fix cleanup not properly closing db

rendering v3.1
Liza 2023-02-23 01:12:05 +01:00
parent 98bc4887d6
commit b658956c4b
1 changed files with 1 additions and 0 deletions

View File

@ -232,6 +232,7 @@ namespace Pal.Client
_initCts.Cancel();
_rootScope?.Dispose();
_dependencyInjectionContext?.Dispose();
}
private enum ELoadState