mirror of
https://github.com/libretro/snes9x.git
synced 2024-11-24 00:39:46 +00:00
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
Block a user