mirror of https://github.com/ppy/osu
Fix migration test failures due to finalizer disposal of LocalConfigManager
This commit is contained in:
parent
002ade51fc
commit
28eae5d26b
|
@ -371,8 +371,10 @@ public async Task Import(params string[] paths)
|
|||
protected override void Dispose(bool isDisposing)
|
||||
{
|
||||
base.Dispose(isDisposing);
|
||||
|
||||
RulesetStore?.Dispose();
|
||||
BeatmapManager?.Dispose();
|
||||
LocalConfig?.Dispose();
|
||||
|
||||
contextFactory.FlushConnections();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue