From 42bac9eab5cc800807a3fa2d8e6c30d5888b209e Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 26 May 2008 21:46:00 +0000 Subject: Fixed intermittent leak of client::Connector thread. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@660320 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/client/ConnectionImpl.cpp | 1 - 1 file changed, 1 deletion(-) (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 bdafa795c2..81eda0bffb 100644 --- a/cpp/src/qpid/client/ConnectionImpl.cpp +++ b/cpp/src/qpid/client/ConnectionImpl.cpp @@ -138,7 +138,6 @@ void ConnectionImpl::closed(uint16_t code, const std::string& text) SessionVector save; { Mutex::ScopedLock l(lock); - if (isClosed) return; save = closeInternal(l); } std::for_each(save.begin(), save.end(), boost::bind(&SessionImpl::connectionClosed, _1, code, text)); -- cgit v1.2.1