close file handle

This commit is contained in:
dborth 2009-10-06 06:57:53 +00:00
parent 9aa97b227d
commit 20b7ab731e

View File

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