aboutsummaryrefslogtreecommitdiff
path: root/engines/gob
diff options
context:
space:
mode:
authorSven Hesse2007-01-28 15:24:22 +0000
committerSven Hesse2007-01-28 15:24:22 +0000
commitc2389123153c31e9a04065b59c064847cec65534 (patch)
tree0192d5bfda2c33c94ee7da5fd48168630be404df /engines/gob
parent8b7fdca4ac08a559f61f30b2ee1c7f143f0640b9 (diff)
downloadscummvm-rg350-c2389123153c31e9a04065b59c064847cec65534.tar.gz
scummvm-rg350-c2389123153c31e9a04065b59c064847cec65534.tar.bz2
scummvm-rg350-c2389123153c31e9a04065b59c064847cec65534.zip
Ooops
svn-id: r25246
Diffstat (limited to 'engines/gob')
-rw-r--r--engines/gob/game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/game.cpp b/engines/gob/game.cpp
index c74f4b587d..5d1f3d4c8c 100644
--- a/engines/gob/game.cpp
+++ b/engines/gob/game.cpp
@@ -360,7 +360,7 @@ void Game::freeSoundSlot(int16 slot) {
_soundFromExt[slot] = 0;
}
- delete _soundSamples;
+ delete _soundSamples[slot];
} else {
char* data = _soundSamples[slot]->data;