summaryrefslogtreecommitdiffstats
path: root/src/Common/ClientConnection.h
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2009-09-01 00:02:28 +0200
committerMatthias Schiffer <matthias@gamezock.de>2009-09-01 00:02:28 +0200
commitf6364253faccbe71de36375537c11324c62f420d (patch)
treecf2291f58d02028fc8b659502d8ea1a45e65cc0d /src/Common/ClientConnection.h
parent85c914d0087458009ec74bbfdd4f7d8345aa1d2c (diff)
downloadmad-f6364253faccbe71de36375537c11324c62f420d.tar
mad-f6364253faccbe71de36375537c11324c62f420d.zip
Einige Memory Leaks gefixt
Diffstat (limited to 'src/Common/ClientConnection.h')
-rw-r--r--src/Common/ClientConnection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Common/ClientConnection.h b/src/Common/ClientConnection.h
index 7bdceba..302c938 100644
--- a/src/Common/ClientConnection.h
+++ b/src/Common/ClientConnection.h
@@ -44,6 +44,7 @@ class MAD_COMMON_EXPORT ClientConnection : public Connection {
public:
ClientConnection(Core::Application *application);
+ virtual ~ClientConnection();
void connect(const boost::asio::ip::tcp::endpoint &address) throw(Core::Exception);