1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 16:02:55 +08:00

Add missing disposal

This commit is contained in:
Dean Herbert 2021-10-01 01:38:50 +09:00
parent dde19f2e81
commit 27c4f2b06e

View File

@ -531,6 +531,7 @@ namespace osu.Game
RulesetStore?.Dispose();
LocalConfig?.Dispose();
onlineBeatmapLookupCache?.Dispose();
contextFactory?.FlushConnections();
}