Browse Source

destroy local destination on 'clear'

pull/128/head
orignal 10 years ago
parent
commit
dde2b4a879
  1. 1
      BOB.cpp

1
BOB.cpp

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

Loading…
Cancel
Save