cleanup tags on stop

This commit is contained in:
orignal 2016-11-28 22:47:37 -05:00
parent 3480824290
commit e726d216bb
3 changed files with 8 additions and 0 deletions

View file

@ -150,6 +150,7 @@ namespace client
delete m_Thread;
m_Thread = 0;
}
CleanUp (); // GarlicDestination
return true;
}
else