[Libreoffice-commits] core.git: desktop/source
Stephan Bergmann
sbergman at redhat.com
Tue Dec 8 10:07:27 PST 2015
desktop/source/offacc/acceptor.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 0fa537acb337eea47596ce039029d0bb0e5a8040
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Dec 8 19:06:50 2015 +0100
Missing osl_destroyThread
Change-Id: I526cb06b019b945931b24eb40477a1727c38cdc2
diff --git a/desktop/source/offacc/acceptor.cxx b/desktop/source/offacc/acceptor.cxx
index 612d796..2449a7f 100644
--- a/desktop/source/offacc/acceptor.cxx
+++ b/desktop/source/offacc/acceptor.cxx
@@ -67,6 +67,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
More information about the Libreoffice-commits
mailing list