1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 04:59:52 +08:00

Add missing disposal

This commit is contained in:
Dean Herbert
2021-10-01 01:38:50 +09:00
Unverified
parent dde19f2e81
commit 27c4f2b06e
+1
View File
@@ -531,6 +531,7 @@ namespace osu.Game
RulesetStore?.Dispose();
LocalConfig?.Dispose();
onlineBeatmapLookupCache?.Dispose();
contextFactory?.FlushConnections();
}