* Fix a crash bug on some oddly-formed WAV files.

This commit is contained in:
Justin Maggard
2012-03-08 18:11:01 +00:00
parent 0a0be0d96c
commit 25c74a3962
2 changed files with 4 additions and 3 deletions

View File

@ -2006,4 +2006,5 @@ error:
if( !newpid )
_exit(0);
#endif
return;
}