1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-26 16:24:17 +00:00

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 ()