Browse Source

fixed windows build

pull/125/merge
orignal 10 years ago
parent
commit
350e942b6a
  1. 1
      SAM.cpp

1
SAM.cpp

@ -612,7 +612,6 @@ namespace client @@ -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 ();

Loading…
Cancel
Save