diff options
| -rw-r--r-- | engines/sci/sound/soundcmd.cpp | 1 | 
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) { | 
