This is an automated email from the ASF dual-hosted git repository.
jim pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push:
new 55f5063 early commit... wait for restruct push
55f5063 is described below
commit 55f5063a08b8a0f1461ada7fea572bb7a3b64b9e
Author: Jim Jagielski <[email protected]>
AuthorDate: Mon Dec 7 14:31:39 2020 -0500
early commit... wait for restruct push
---
main/desktop/source/offacc/acceptor.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main/desktop/source/offacc/acceptor.cxx
b/main/desktop/source/offacc/acceptor.cxx
index 1568eaa..c38ee13 100644
--- a/main/desktop/source/offacc/acceptor.cxx
+++ b/main/desktop/source/offacc/acceptor.cxx
@@ -89,7 +89,7 @@ Acceptor::~Acceptor()
m_bDying = true;
m_cEnable.set();
osl_joinWithThread(t);
- osl_destroyThread(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