diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-12-08 19:06:50 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-12-08 19:06:50 +0100 |
commit | 0fa537acb337eea47596ce039029d0bb0e5a8040 (patch) | |
tree | 2cceee0e32c018f259c9b61991d30f2410e8eb67 /desktop | |
parent | 00daa67d745ae84ed15d3f210001193c6e950144 (diff) |
Missing osl_destroyThread
Change-Id: I526cb06b019b945931b24eb40477a1727c38cdc2
Diffstat (limited to 'desktop')
-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 612d7963886a..2449a7fd4bb1 100644 --- a/desktop/source/offacc/acceptor.cxx +++ b/desktop/source/offacc/acceptor.cxx @@ -67,6 +67,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 |