fixed tremination crash

This commit is contained in:
orignal 2016-11-28 13:47:10 -05:00
parent 5e5aefa290
commit c8b935151a
3 changed files with 8 additions and 17 deletions

View file

@ -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)