diff options
| author | Mike Buland <eichlan@xagasoft.com> | 2009-01-19 22:07:54 +0000 |
|---|---|---|
| committer | Mike Buland <eichlan@xagasoft.com> | 2009-01-19 22:07:54 +0000 |
| commit | b0a11f9da2cf930022411e857641eca75b5214de (patch) | |
| tree | 8167ac5ba526d67c5991c1b3eef6d49f802323b2 /src/client.cpp | |
| parent | 9d099f181674ae075aa8ccaeb56acc7b732638af (diff) | |
| download | libbu++-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 '')
| -rw-r--r-- | src/client.cpp | 2 |
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 | ||
| 28 | Bu::Client::~Client() | 28 | Bu::Client::~Client() |
| 29 | { | 29 | { |
| 30 | delete pSocket; | ||
| 31 | pSocket = NULL; | ||
| 30 | } | 32 | } |
| 31 | 33 | ||
| 32 | void Bu::Client::processInput() | 34 | void Bu::Client::processInput() |
