mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-23 10:19:27 +00:00
overlooked one
svn-id: r6730
This commit is contained in:
parent
7222d05d68
commit
dd24a5d797
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user