Close wordlist.txt file handle after use

This commit is contained in:
ChillerDragon 2022-02-11 16:30:18 +01:00
parent d2045b5d78
commit 0a3c75b925

View file

@ -99,6 +99,7 @@ CScore::CScore(CGameContext *pGameServer, CDbConnectionPool *pPool) :
aWord[31] = 0; aWord[31] = 0;
m_aWordlist.push_back(aWord); m_aWordlist.push_back(aWord);
} }
io_close(File);
} }
else else
{ {