destroy local destination on 'clear'

This commit is contained in:
orignal 2015-01-01 09:54:15 -05:00
parent df21a067ff
commit dde2b4a879

View File

@ -186,6 +186,7 @@ namespace client
{
delete m_OutboundTunnel;
delete m_InboundTunnel;
i2p::client::context.DeleteLocalDestination (&m_LocalDestination);
}
void BOBDestination::Start ()