diff --git a/src/sounds.cpp b/src/sounds.cpp index 16ebdd491..097c0b0d3 100644 --- a/src/sounds.cpp +++ b/src/sounds.cpp @@ -54,6 +54,7 @@ std::string sound_to_fname(snd_num_t snd_num) { static void exit_snd_tool() { for(auto& ch : chan) ch.reset(); + ResMgr::sounds.drain(); } void init_snd_tool(){