diff --git a/src/sound.cxx b/src/sound.cxx index b0f46a2..bfab4e1 100644 --- a/src/sound.cxx +++ b/src/sound.cxx @@ -91,6 +91,8 @@ CSound::~CSound () Mix_FreeMusic (m_pMusic); m_pMusic = nullptr; } + + Mix_CloseAudio (); } // Initialisation de DirectSound.