Skip to content

Commit

Permalink
fixed:double close file handle
Browse files Browse the repository at this point in the history
  • Loading branch information
xengine-qyt committed Jul 15, 2024
1 parent f6aeb0e commit 3be154b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,6 @@ int main(int argc, char** argv)
{
XLOG_PRINT(xhLog, XENGINE_HELPCOMPONENTS_XLOG_IN_LOGLEVEL_WARN, _X("启动服务中,授权文件失败,解密失败,数据不正确"));
}

fclose(pSt_File);
}

XLOG_PRINT(xhLog, XENGINE_HELPCOMPONENTS_XLOG_IN_LOGLEVEL_INFO, _X("所有服务成功启动,网络验证服务运行中,XEngien版本:%s%s,发行版本次数:%d,当前运行版本:%s。。。"), BaseLib_OperatorVer_XNumberStr(), BaseLib_OperatorVer_XTypeStr(), st_AuthConfig.st_XVer.pStl_ListVer->size(), st_AuthConfig.st_XVer.pStl_ListVer->front().c_str());
Expand Down

0 comments on commit 3be154b

Please sign in to comment.