Kaydet (Commit) 0fa537ac authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Missing osl_destroyThread

Change-Id: I526cb06b019b945931b24eb40477a1727c38cdc2
üst 00daa67d
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment