mirror of
https://github.com/ppy/osu
synced 2025-01-27 08:13:06 +00:00
Fix migration test failures due to finalizer disposal of LocalConfigManager
This commit is contained in:
parent
002ade51fc
commit
28eae5d26b
@ -371,8 +371,10 @@ namespace osu.Game
|
||||
protected override void Dispose(bool isDisposing)
|
||||
{
|
||||
base.Dispose(isDisposing);
|
||||
|
||||
RulesetStore?.Dispose();
|
||||
BeatmapManager?.Dispose();
|
||||
LocalConfig?.Dispose();
|
||||
|
||||
contextFactory.FlushConnections();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user