]> git.sesse.net Git - nageru/blobdiff - main.cpp
Clean up resources in the global ResourcePool on exit, in order to avoid some assert...
[nageru] / main.cpp
index b7679f90fb856255fbda9d3c4d8a1f7ef7deb0e9..f28b859fd842bdc501d238eccc743bf6667b5545 100644 (file)
--- a/main.cpp
+++ b/main.cpp
@@ -47,6 +47,7 @@ int main(int argc, char *argv[])
 
        int rc = app.exec();
        global_mixer->quit();
+       mainWindow.mixer_shutting_down();
        delete global_mixer;
        return rc;
 }