diff options
-rw-r--r-- | desktop/source/offacc/acceptor.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/source/offacc/acceptor.cxx b/desktop/source/offacc/acceptor.cxx index dc40670e9535..82139ff489bd 100644 --- a/desktop/source/offacc/acceptor.cxx +++ b/desktop/source/offacc/acceptor.cxx @@ -91,6 +91,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 |