Files
osukey/osu.Game
Dean Herbert 842d508aee Fix incorrect delgate capture leading to slow leak of audio tracks
During profile, it was found that the `Completed` delegate was
incorrectly also capturing `lastTrack`, leading to an unexpected
reference chain that led to a memory leak over a long period of time.

This solves the issue by moving the delegate construction to its own
method, where it won't capture the other variables.
2021-12-24 18:39:29 +09:00
..
2021-12-03 18:49:49 +09:00
2021-12-22 21:02:06 +09:00
2021-12-03 14:30:15 +09:00
2021-11-19 13:27:06 +09:00
2021-12-21 13:08:31 +03:00
2021-11-17 11:46:06 +09:00
2021-12-23 18:08:44 +09:00