diff options
author | Paweł Kołodziejski | 2004-01-08 22:54:06 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2004-01-08 22:54:06 +0000 |
commit | 9d21fd44f0e980114ce7f8391a3e07279ef696b8 (patch) | |
tree | ff01aa1dfa70c0f0be4a681edec3832547755633 /scumm | |
parent | 1b1ce1faf71f1e7fca9cf030e08bffd343a2bf79 (diff) | |
download | scummvm-rg350-9d21fd44f0e980114ce7f8391a3e07279ef696b8.tar.gz scummvm-rg350-9d21fd44f0e980114ce7f8391a3e07279ef696b8.tar.bz2 scummvm-rg350-9d21fd44f0e980114ce7f8391a3e07279ef696b8.zip |
fix memleak
svn-id: r12267
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/imuse_digi/dimuse_sndmgr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/imuse_digi/dimuse_sndmgr.cpp b/scumm/imuse_digi/dimuse_sndmgr.cpp index 1028ff0b17..1a36837e61 100644 --- a/scumm/imuse_digi/dimuse_sndmgr.cpp +++ b/scumm/imuse_digi/dimuse_sndmgr.cpp @@ -43,6 +43,7 @@ ImuseDigiSndMgr::~ImuseDigiSndMgr() { closeSound(&_sounds[l]); } delete _cacheBundleDir; + g_system->delete_mutex(_mutex); #ifdef __PALM_OS__ BundleCodecs::releaseImcTables(); #endif |