1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 05:50:10 +08:00
Files
osu-lazer/osu.Game/Overlays
T
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.
842d508aee · 2021-12-24 18:39:29 +09:00
History
..
2021-11-09 13:34:36 +01:00
2021-12-21 08:26:21 +01:00
2021-12-21 08:26:21 +01:00
2021-12-03 18:49:49 +09:00
2021-07-05 23:52:39 +08:00
2021-06-18 19:16:00 +09:00
2021-10-05 17:59:38 +09:00