Kaydet (Commit) b8eeefeb authored tarafından Michael Stahl's avatar Michael Stahl

toolkit: don't let ToolkitWorkerFunction join its own thread

Change-Id: I6694bf83e1e5ba6563d399e454442ce3574e8d26
üst f636e53e
...@@ -640,7 +640,8 @@ static void SAL_CALL ToolkitWorkerFunction( void* pArgs ) ...@@ -640,7 +640,8 @@ static void SAL_CALL ToolkitWorkerFunction( void* pArgs )
} }
else else
{ {
JoinMainLoopThread(); // having the thread join itself is pretty stupid.
// but we can't get the osl_Thread to destroy here so just leak it.
} }
} }
} }
......
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