Fix crash relating to double-closed descriptor.

This commit is contained in:
Brandon Wright 2011-01-08 06:28:23 -06:00
parent 8b6dd06977
commit 68492491dd
1 changed files with 0 additions and 1 deletions

View File

@ -808,7 +808,6 @@ int S9xMovieOpen (const char *filename, bool8 read_only)
result = S9xUnfreezeFromStream(stream);
CLOSE_STREAM(stream);
fclose(fd);
if (result != SUCCESS)
return (result);