Commit c5b48bbf by Alan Mishchenko

Suggested fix: close file.

parent 1aed74ed
...@@ -177,6 +177,7 @@ void Cmd_RunStarter( char * pFileName, char * pBinary, char * pCommand, int nCor ...@@ -177,6 +177,7 @@ void Cmd_RunStarter( char * pFileName, char * pBinary, char * pCommand, int nCor
fclose( pFile ); fclose( pFile );
return; return;
} }
fclose( pFileTemp );
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment