close file handle

This commit is contained in:
dborth 2009-10-06 06:56:33 +00:00
parent 67098d8f95
commit c2e8d57671

View File

@ -781,6 +781,7 @@ LoadFile (char * rbuffer, char *filepath, size_t length, bool silent)
CancelAction();
}
}
fclose (file);
}
}