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