fixed windows build

This commit is contained in:
orignal 2014-12-30 10:30:45 -05:00
parent ed82f388e6
commit 350e942b6a

View File

@ -612,7 +612,6 @@ namespace client
{
m_IsRunning = false;
m_Acceptor.cancel ();
m_DatagramSocket.cancel ();
for (auto it: m_Sessions)
delete it.second;
m_Sessions.clear ();