mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-05 21:38:17 +01:00
close file handle
This commit is contained in:
parent
67098d8f95
commit
c2e8d57671
@ -781,6 +781,7 @@ LoadFile (char * rbuffer, char *filepath, size_t length, bool silent)
|
||||
CancelAction();
|
||||
}
|
||||
}
|
||||
fclose (file);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user