From f6364253faccbe71de36375537c11324c62f420d Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 1 Sep 2009 00:02:28 +0200 Subject: Einige Memory Leaks gefixt --- src/Common/ClientConnection.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Common/ClientConnection.h') 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); -- cgit v1.2.3