aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.cpp')
-rw-r--r--src/window.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.cpp b/src/window.cpp
index 7d8f8e7..df584be 100644
--- a/src/window.cpp
+++ b/src/window.cpp
@@ -35,6 +35,7 @@ WindowSystem::WindowSystem(void)
}
Mix_AllocateChannels(8);
atexit(Mix_Quit);
+ atexit(Mix_CloseAudio);
// create the SDL window object
window = SDL_CreateWindow(WINDOW_TITLE,