mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
cleanup leaseset requests on stop
This commit is contained in:
parent
0e14b54b6d
commit
5e5aefa290
2 changed files with 12 additions and 3 deletions
|
@ -392,6 +392,10 @@ namespace garlic
|
|||
|
||||
GarlicDestination::~GarlicDestination ()
|
||||
{
|
||||
m_Sessions.clear ();
|
||||
m_DeliveryStatusSessions.clear ();
|
||||
m_Tags.clear ();
|
||||
LogPrint (eLogInfo, "Garlic: destination destoryed");
|
||||
}
|
||||
|
||||
void GarlicDestination::AddSessionKey (const uint8_t * key, const uint8_t * tag)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue