mirror of
https://github.com/Facepunch/sbox-public.git
synced 2026-08-02 08:50:18 -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