clear log file pointer

This commit is contained in:
Arvid Norberg 2011-04-06 07:58:29 +00:00
parent 35038bc3eb
commit 78ef442997
1 changed files with 1 additions and 0 deletions

View File

@ -3041,6 +3041,7 @@ namespace aux {
if (!s)
{
if (m_stats_logger) fclose(m_stats_logger);
m_stats_logger = 0;
}
else
{