Browse Source

fixed crash

pull/120/head
orignal 10 years ago
parent
commit
7847982a57
  1. 1
      Destination.cpp

1
Destination.cpp

@ -211,6 +211,7 @@ namespace client @@ -211,6 +211,7 @@ namespace client
auto it1 = m_LeaseSetRequests.find (msg->key);
if (it1 != m_LeaseSetRequests.end ())
{
it1->second->requestTimeoutTimer.cancel ();
if (it1->second->requestComplete) it1->second->requestComplete (true);
delete it1->second;
m_LeaseSetRequests.erase (it1);

Loading…
Cancel
Save