diff --git a/src/Audio.c b/src/Audio.c index a00ca5a56..bc2440883 100644 --- a/src/Audio.c +++ b/src/Audio.c @@ -993,6 +993,7 @@ static void AudioBackend_Free(void) { for (int i = 0; i < 24; i++) { audrvVoiceStop(&drv, i); } + audrvUpdate(&drv); } #define AUDIO_HAS_BACKEND