mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-10 20:25:29 -08:00
race condition fixed
This commit is contained in:
@@ -76,7 +76,6 @@ void myMessageOutput(QtMsgType /*type*/, const char *msg)
|
||||
void sigSegvHandler(int sig)
|
||||
{
|
||||
logger->logMessage("SIGSEGV");
|
||||
usleep(1000);
|
||||
delete loggerThread;
|
||||
raise(sig);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user