From dde2b4a87914e458b8fee3dac651195764592ab1 Mon Sep 17 00:00:00 2001 From: orignal Date: Thu, 1 Jan 2015 09:54:15 -0500 Subject: [PATCH] destroy local destination on 'clear' --- BOB.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/BOB.cpp b/BOB.cpp index ea902866..afbb00b0 100644 --- a/BOB.cpp +++ b/BOB.cpp @@ -186,6 +186,7 @@ namespace client { delete m_OutboundTunnel; delete m_InboundTunnel; + i2p::client::context.DeleteLocalDestination (&m_LocalDestination); } void BOBDestination::Start ()