From 7847982a5761c56a88566afd95c4f45e69ccbc0f Mon Sep 17 00:00:00 2001 From: orignal Date: Sat, 27 Dec 2014 22:43:00 -0500 Subject: [PATCH] fixed crash --- Destination.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Destination.cpp b/Destination.cpp index 752ad5b0..9bfc7f24 100644 --- a/Destination.cpp +++ b/Destination.cpp @@ -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);