From 1e42a9e21155ac642f674678f253956bc19cb455 Mon Sep 17 00:00:00 2001 From: lotodore Date: Sun, 11 Jan 2009 21:54:09 +0000 Subject: [PATCH] Fixed client termination. --- src/net/common/clientcontext.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/net/common/clientcontext.cpp b/src/net/common/clientcontext.cpp index 27817536..15f4c14d 100644 --- a/src/net/common/clientcontext.cpp +++ b/src/net/common/clientcontext.cpp @@ -52,6 +52,7 @@ ClientContext::~ClientContext() { m_senderThread->SignalStop(); m_senderThread->WaitStop(); + m_sessionData.reset(); } SOCKET