mirror of
https://github.com/ppy/osu.git
synced 2025-02-03 05:33:08 +08:00
Add missing disposal
This commit is contained in:
parent
17702ead0b
commit
5f63950598
@ -257,6 +257,8 @@ namespace osu.Game.Skinning.Components
|
||||
difficultyCancellationSource?.Cancel();
|
||||
difficultyCancellationSource?.Dispose();
|
||||
difficultyCancellationSource = null;
|
||||
|
||||
modSettingTracker?.Dispose();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user