Browse Source

stop termination timer on shutdown

pull/623/head
orignal 8 years ago
parent
commit
32669cb07f
  1. 2
      SSU.cpp

2
SSU.cpp

@ -77,6 +77,8 @@ namespace transport
{ {
DeleteAllSessions (); DeleteAllSessions ();
m_IsRunning = false; m_IsRunning = false;
m_TerminationTimer.cancel ();
m_TerminationTimerV6.cancel ();
m_Service.stop (); m_Service.stop ();
m_Socket.close (); m_Socket.close ();
m_ServiceV6.stop (); m_ServiceV6.stop ();

Loading…
Cancel
Save