diff options
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/awt/vclxtoolkit.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/toolkit/source/awt/vclxtoolkit.cxx b/toolkit/source/awt/vclxtoolkit.cxx index cf141577038e..52a6451033d7 100644 --- a/toolkit/source/awt/vclxtoolkit.cxx +++ b/toolkit/source/awt/vclxtoolkit.cxx @@ -640,7 +640,8 @@ static void SAL_CALL ToolkitWorkerFunction( void* pArgs ) } 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. } } } |