This is an automated email from the ASF dual-hosted git repository.
jim pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push:
new b47e2ce Leaking threads here...
b47e2ce is described below
commit b47e2ce07e6b9fefd156033b0b09ec29b9dff4a2
Author: Jim Jagielski <[email protected]>
AuthorDate: Mon Dec 7 09:36:03 2020 -0500
Leaking threads here...
---
main/desktop/source/offacc/acceptor.cxx | 1 +
1 file changed, 1 insertion(+)
diff --git a/main/desktop/source/offacc/acceptor.cxx
b/main/desktop/source/offacc/acceptor.cxx
index ea812a3..1568eaa 100644
--- a/main/desktop/source/offacc/acceptor.cxx
+++ b/main/desktop/source/offacc/acceptor.cxx
@@ -89,6 +89,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