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 b4156a19c3
commit cd349946e8

View File

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