Fixed a sigsegv on *nix (cFile double-closing files)
git-svn-id: http://mc-server.googlecode.com/svn/trunk@208 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
parent
dc926282ec
commit
3364ecc284
@ -94,6 +94,7 @@ void cFile::Close(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
fclose(m_File);
|
fclose(m_File);
|
||||||
|
m_File = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user