aboutsummaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2009-01-19 22:07:54 +0000
committerMike Buland <eichlan@xagasoft.com>2009-01-19 22:07:54 +0000
commitb0a11f9da2cf930022411e857641eca75b5214de (patch)
tree8167ac5ba526d67c5991c1b3eef6d49f802323b2 /src/client.cpp
parent9d099f181674ae075aa8ccaeb56acc7b732638af (diff)
downloadlibbu++-b0a11f9da2cf930022411e857641eca75b5214de.tar.gz
libbu++-b0a11f9da2cf930022411e857641eca75b5214de.tar.bz2
libbu++-b0a11f9da2cf930022411e857641eca75b5214de.tar.xz
libbu++-b0a11f9da2cf930022411e857641eca75b5214de.zip
Hey, more cases are covered for when the socket can close now.
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.cpp b/src/client.cpp
index 81f2285..43d1a08 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -27,6 +27,8 @@ Bu::Client::Client( Bu::Socket *pSocket, class Bu::ClientLinkFactory *pfLink ) :
27 27
28Bu::Client::~Client() 28Bu::Client::~Client()
29{ 29{
30 delete pSocket;
31 pSocket = NULL;
30} 32}
31 33
32void Bu::Client::processInput() 34void Bu::Client::processInput()