Fix cleanup not properly closing db

This commit is contained in:
Liza 2023-02-23 01:12:05 +01:00
parent 98bc4887d6
commit b658956c4b

View File

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