diff options
| author | Alan Conway <aconway@apache.org> | 2008-08-15 22:40:30 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-08-15 22:40:30 +0000 |
| commit | a89ff937607b452a1b890861700eea08e08e7724 (patch) | |
| tree | a1bc1cf7404c71a0219a585aaa7aa6dcfbb542d8 /cpp/src/qpid/cluster/ConnectionInterceptor.h | |
| parent | 828592ed28dc68137c007dbc8ec92d6826cab929 (diff) | |
| download | qpid-python-a89ff937607b452a1b890861700eea08e08e7724.tar.gz | |
Fix memory leak in Cluster and enable valgrind in ais_check
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@686409 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/ConnectionInterceptor.h')
| -rw-r--r-- | cpp/src/qpid/cluster/ConnectionInterceptor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/qpid/cluster/ConnectionInterceptor.h b/cpp/src/qpid/cluster/ConnectionInterceptor.h index a256738aeb..370572bd9d 100644 --- a/cpp/src/qpid/cluster/ConnectionInterceptor.h +++ b/cpp/src/qpid/cluster/ConnectionInterceptor.h @@ -48,6 +48,8 @@ class ConnectionInterceptor { void deliverClosed(); void deliverDoOutput(); + void dirtyClose(); + private: struct NullConnectionHandler : public qpid::sys::ConnectionOutputHandler { void close() {} |
