From 35be3fc7f95446e46d00ba37f37db97014b029b1 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Mon, 3 Nov 2008 18:42:37 +0000 Subject: This line seems not to be as redundant as I thought! Its removal seems to trigger some leaks for some platforms/cases. Adding it back for now. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@710124 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/client/ConnectionImpl.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src/qpid/client/ConnectionImpl.cpp') diff --git a/cpp/src/qpid/client/ConnectionImpl.cpp b/cpp/src/qpid/client/ConnectionImpl.cpp index a3be69e017..ed296cbd4d 100644 --- a/cpp/src/qpid/client/ConnectionImpl.cpp +++ b/cpp/src/qpid/client/ConnectionImpl.cpp @@ -129,6 +129,7 @@ void ConnectionImpl::close() { if (!handler.isOpen()) return; handler.close(); + closed(CLOSE_CODE_NORMAL, "Closed by client"); } -- cgit v1.2.1