Fix cleanup not properly closing db
This commit is contained in:
parent
98bc4887d6
commit
b658956c4b
@ -232,6 +232,7 @@ namespace Pal.Client
|
||||
|
||||
_initCts.Cancel();
|
||||
_rootScope?.Dispose();
|
||||
_dependencyInjectionContext?.Dispose();
|
||||
}
|
||||
|
||||
private enum ELoadState
|
||||
|
Loading…
Reference in New Issue
Block a user