From 925649afc99e2b82318042362c995295da0878eb 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@710124 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/qpid/client/ConnectionImpl.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'qpid/cpp') diff --git a/qpid/cpp/src/qpid/client/ConnectionImpl.cpp b/qpid/cpp/src/qpid/client/ConnectionImpl.cpp index a3be69e017..ed296cbd4d 100644 --- a/qpid/cpp/src/qpid/client/ConnectionImpl.cpp +++ b/qpid/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