mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-24 03:29:22 +01:00
close file handle
This commit is contained in:
parent
9aa97b227d
commit
20b7ab731e
@ -782,6 +782,7 @@ LoadFile (char * rbuffer, char *filepath, size_t length, bool silent)
|
||||
CancelAction();
|
||||
}
|
||||
}
|
||||
fclose (file);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user