From e700031cc4f60f62d862940cd40de73e32f9104b Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 9 Sep 2011 10:03:36 +0200 Subject: sb140: #i116910# do not leak Thread_Impl from desktop::Acceptor --- desktop/source/offacc/acceptor.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'desktop/source') diff --git a/desktop/source/offacc/acceptor.cxx b/desktop/source/offacc/acceptor.cxx index dc40670e9535..82139ff489bd 100644 --- a/desktop/source/offacc/acceptor.cxx +++ b/desktop/source/offacc/acceptor.cxx @@ -91,6 +91,7 @@ Acceptor::~Acceptor() m_bDying = true; m_cEnable.set(); osl_joinWithThread(t); + osl_destroyThread(t); { // Make the final state of m_bridges visible to this thread (since // m_thread is joined, the code that follows is the only one left -- cgit