From c2389123153c31e9a04065b59c064847cec65534 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Sun, 28 Jan 2007 15:24:22 +0000 Subject: Ooops svn-id: r25246 --- engines/gob/game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/gob') 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; -- cgit v1.2.3