summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-11-17 20:58:28 +0000
committerMichael Meeks <michael.meeks@suse.com>2012-11-19 17:44:54 +0000
commit0d89cf29adf79fb0fc673b836ffd39ccf65b3383 (patch)
tree650d80311ce4325875983f7b2785527b2bcdd1f8 /desktop
parent7e7c1fd57629a332f012df3ece04359aa0333d94 (diff)
Revert "sb140: #i116910# do not leak Thread_Impl"
This reverts commit e700031cc4f60f62d862940cd40de73e32f9104b.
Diffstat (limited to 'desktop')
-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