aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/mads.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/mads.cpp')
-rw-r--r--engines/mads/mads.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mads/mads.cpp b/engines/mads/mads.cpp
index 126b89dc34..d56994ab8e 100644
--- a/engines/mads/mads.cpp
+++ b/engines/mads/mads.cpp
@@ -70,6 +70,7 @@ MADSEngine::~MADSEngine() {
delete _sound;
delete _audio;
+ _mixer->stopAll();
delete _opl;
}