mirror of https://github.com/snes9xgit/snes9x.git
Fix double stream close
This commit is contained in:
parent
3368fd6883
commit
0f69665d17
|
@ -244,7 +244,6 @@ fStream::fStream (FSTREAM f)
|
|||
|
||||
fStream::~fStream (void)
|
||||
{
|
||||
CLOSE_FSTREAM(fp);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue