overlooked one

svn-id: r6730
This commit is contained in:
Max Horn 2003-03-07 01:36:42 +00:00
parent 7222d05d68
commit dd24a5d797

View File

@ -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;
}