Browse Source

audio: Added a FIXME

Ryan C. Gordon 1 year ago
parent
commit
87ec6acf2d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/audio/SDL_audio.c

+ 2 - 0
src/audio/SDL_audio.c

@@ -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);