mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
cleanup tags on stop
This commit is contained in:
parent
3480824290
commit
e726d216bb
3 changed files with 8 additions and 0 deletions
|
@ -394,6 +394,12 @@ namespace garlic
|
|||
{
|
||||
}
|
||||
|
||||
void GarlicDestination::CleanUp ()
|
||||
{
|
||||
m_Sessions.clear ();
|
||||
m_DeliveryStatusSessions.clear ();
|
||||
m_Tags.clear ();
|
||||
}
|
||||
void GarlicDestination::AddSessionKey (const uint8_t * key, const uint8_t * tag)
|
||||
{
|
||||
if (key)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue