Proper destruction of sockets (crashed previously).

This commit is contained in:
lotodore
2009-02-01 17:21:02 +00:00
parent c998edf219
commit 8f59de0c62
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -53,6 +53,7 @@ ClientContext::~ClientContext()
{
m_senderThread->SignalStop();
m_senderThread->WaitStop();
m_senderThread.reset();
m_sessionData.reset();
}