mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
cleanup leaseset requests on stop
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user