mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-13 04:46:38 +01:00
destroy local destination on 'clear'
This commit is contained in:
parent
df21a067ff
commit
dde2b4a879
1 changed files with 1 additions and 0 deletions
1
BOB.cpp
1
BOB.cpp
|
@ -186,6 +186,7 @@ namespace client
|
|||
{
|
||||
delete m_OutboundTunnel;
|
||||
delete m_InboundTunnel;
|
||||
i2p::client::context.DeleteLocalDestination (&m_LocalDestination);
|
||||
}
|
||||
|
||||
void BOBDestination::Start ()
|
||||
|
|
Loading…
Add table
Reference in a new issue