The SDL forums have moved to discourse.libsdl.org.
This is just a read-only archive of the previous forums, to keep old links working.


SDL Forum Index
SDL
Simple Directmedia Layer Forums
Shutdown Procedure with SDL_mixer
Sheado


Joined: 25 Aug 2016
Posts: 2
Hi,

During shutdown of a game that uses SDL_mixer, is it necessary to call Mix_CloseAudio() (which calls SDL_CloseAudioDevice()) before calling SDL_Quit()?


Thanks