diff options
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() |
