mirror of
https://github.com/Facepunch/sbox-public.git
synced 2026-04-20 06:19:05 -04:00
* Fix race condition when disposing VOIP sounds sounds.Dispose() is not thread safe if the sound is still used by the mixing thread it can race causing UB. * Use finished = true in ondisabled too