From 4eb1fd1e33a451d975a2c9a938d679442823fd15 Mon Sep 17 00:00:00 2001 From: CodeCodon Date: Thu, 6 Aug 2015 11:13:46 -0500 Subject: [PATCH] another little leak --- game/server/application/SwgGameServer/src/win32/WinMain.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/game/server/application/SwgGameServer/src/win32/WinMain.cpp b/game/server/application/SwgGameServer/src/win32/WinMain.cpp index 7d49e9ab..ee1e3aa6 100644 --- a/game/server/application/SwgGameServer/src/win32/WinMain.cpp +++ b/game/server/application/SwgGameServer/src/win32/WinMain.cpp @@ -283,6 +283,7 @@ void verifyUpdateRanges (const char* const filename) DEBUG_REPORT_LOG (true, ("OK:\t%s\t%s\t%1.1f\n", serverObjectTemplateName, sharedObjectTemplateName.c_str (), farUpdateRange)); objectTemplate->releaseReference (); } + fclose(infile); } static std::string currentLintedAsset;