desktop/source/offacc/acceptor.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 0fa537acb337eea47596ce039029d0bb0e5a8040 Author: Stephan Bergmann <sberg...@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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits