FakeClients: memleak when?!

This commit is contained in:
neon 2019-12-12 12:18:00 +01:00
parent 4da7fddcb2
commit ae5fc00030

View File

@ -87,6 +87,7 @@ public void OnMapStart()
if(hFile != INVALID_HANDLE)
{
int iLine = 0;
g_hNames.Clear();
while (!IsEndOfFile(hFile))
{
if (!ReadFileLine(hFile, sLine, sizeof(sLine)) || iLine >= MAXNAMES)