From dd24a5d797d69ad19731fb4440e0ac6988296443 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 7 Mar 2003 01:36:42 +0000 Subject: overlooked one svn-id: r6730 --- scumm/sound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm') diff --git a/scumm/sound.cpp b/scumm/sound.cpp index b54d8be1d0..84f83a7d8a 100644 --- a/scumm/sound.cpp +++ b/scumm/sound.cpp @@ -1247,7 +1247,7 @@ int Sound::playBundleSound(char *sound) { if (size < 0) { warning("Decompression sound failed (no size field)"); - free(ptr); + free(orig_ptr); return -1; } -- cgit v1.2.3