diff --git a/source/cFile.cpp b/source/cFile.cpp index caaef010a..b2332cbaf 100644 --- a/source/cFile.cpp +++ b/source/cFile.cpp @@ -94,6 +94,7 @@ void cFile::Close(void) } fclose(m_File); + m_File = NULL; }