Fix FakeClientCommandEx always leaking memory (bug 5678, r=psychonic).

This commit is contained in:
Kyle Sanderson 2014-03-08 19:50:55 -07:00
parent 1a87eeead0
commit 5630fa67fc

View File

@ -751,6 +751,7 @@ void CHalfLife2::ProcessFakeCliCmdQueue()
}
m_CmdQueue.pop();
m_FreeCmds.push(pFake);
}
}