You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ji...@apache.org on 2020/12/07 19:31:13 UTC

[openoffice] branch trunk updated: comment this out for now. hold for restruct

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 3117a11  comment this out for now. hold for restruct
     new 6d65f43  Merge branch 'trunk' of https://gitbox.apache.org/repos/asf/openoffice into trunk
3117a11 is described below

commit 3117a11aadcb7930d440432e9a1825e8740f4e8f
Author: Jim Jagielski <ji...@gmail.com>
AuthorDate: Mon Dec 7 14:30:27 2020 -0500

    comment this out for now. hold for restruct
---
 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