try adding garlic and session tags to datagram destination

This commit is contained in:
Jeff Becker
2016-08-27 13:17:34 -04:00
parent abaf36a2de
commit 0b21fce94e
7 changed files with 300 additions and 51 deletions

View File

@@ -701,6 +701,8 @@ namespace client
m_StreamingDestination = nullptr;
for (auto& it: m_StreamingDestinationsByPorts)
it.second->Stop ();
if(m_DatagramDestination)
delete m_DatagramDestination;
m_DatagramDestination = nullptr;
return true;
}