aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/sound.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/sound.cpp b/scumm/sound.cpp
index 604875a952..099205f7dd 100644
--- a/scumm/sound.cpp
+++ b/scumm/sound.cpp
@@ -57,6 +57,7 @@ Sound::Sound(ScummEngine *parent) {
}
Sound::~Sound() {
+ stopCDTimer();
delete _sfxFile;
}