audio: Added a FIXME

main
Ryan C. Gordon 2023-09-20 10:04:19 -04:00
parent ac88ffb7ea
commit 87ec6acf2d
No known key found for this signature in database
GPG Key ID: FA148B892AB48044
1 changed files with 2 additions and 0 deletions

View File

@ -657,6 +657,8 @@ void SDL_QuitAudio(void)
return;
}
// !!! FIXME: Destroy all known audio streams, too.
// merge device lists so we don't have to duplicate work below.
SDL_LockRWLockForWriting(current_audio.device_list_lock);
SDL_AtomicSet(&current_audio.shutting_down, 1);