diff options
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.cpp b/src/client.cpp index 88eb49d..095dd91 100644 --- a/src/client.cpp +++ b/src/client.cpp | |||
@@ -33,6 +33,7 @@ Bu::Client::~Client() | |||
33 | delete *i; | 33 | delete *i; |
34 | } | 34 | } |
35 | pTopStream = pSocket = NULL; | 35 | pTopStream = pSocket = NULL; |
36 | delete pfLink; | ||
36 | } | 37 | } |
37 | 38 | ||
38 | void Bu::Client::processInput() | 39 | void Bu::Client::processInput() |