Fixed button-mouse area bug

This commit is contained in:
mathusummut
2018-06-21 21:20:09 +02:00
parent c15488a212
commit 656816084c
3 changed files with 9 additions and 6 deletions

View File

@@ -197,7 +197,10 @@ namespace Shared {
//sleep(100);
MutexSafeWrapper safeMutex(cleanupThreadMutex.get());
cleanupThread.reset(0);
try {
cleanupThread.reset(0);
} catch (...) {
}
//printf("In Thread::shutdownThreads Line: %d\n",__LINE__);
}
}