aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/sci/sound/soundcmd.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/sound/soundcmd.cpp b/engines/sci/sound/soundcmd.cpp
index cc1cc75a6a..a28b330552 100644
--- a/engines/sci/sound/soundcmd.cpp
+++ b/engines/sci/sound/soundcmd.cpp
@@ -206,6 +206,7 @@ SoundCommandParser::SoundCommandParser(ResourceManager *resMan, SegManager *segM
}
SoundCommandParser::~SoundCommandParser() {
+ delete _music;
}
reg_t SoundCommandParser::parseCommand(int argc, reg_t *argv, reg_t acc) {