aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/made/sound.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/made/sound.cpp b/engines/made/sound.cpp
index ad49031e7b..2545273859 100644
--- a/engines/made/sound.cpp
+++ b/engines/made/sound.cpp
@@ -237,6 +237,7 @@ void decompressSound(byte *source, byte *dest, uint16 chunkSize, uint16 chunkCou
break;
default:
+ delete[] soundBuffer;
return;
}