Commit c5b48bbf by Alan Mishchenko

Suggested fix: close file.

parent 1aed74ed
......@@ -176,7 +176,8 @@ void Cmd_RunStarter( char * pFileName, char * pBinary, char * pCommand, int nCor
ABC_FREE( Buffer );
fclose( pFile );
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