summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop/source/offacc/acceptor.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/source/offacc/acceptor.cxx b/desktop/source/offacc/acceptor.cxx
index 61749529f335..6a79fa7215b3 100644
--- a/desktop/source/offacc/acceptor.cxx
+++ b/desktop/source/offacc/acceptor.cxx
@@ -73,7 +73,6 @@ 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