1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 14:30:40 +08:00

Merge pull request #34475 from smoogipoo/fix-missing-dispose

This commit is contained in:
Dean Herbert
2025-08-03 18:11:12 +09:00
committed by GitHub
Unverified
@@ -188,6 +188,13 @@ namespace osu.Game.Online.Leaderboards
var newScoresArray = newScores.ToArray();
scores.Value = LeaderboardScores.Success(newScoresArray, newScoresArray.Length, null);
}
protected override void Dispose(bool isDisposing)
{
base.Dispose(isDisposing);
localScoreSubscription?.Dispose();
}
}
public record LeaderboardCriteria(