From c19730f5e282b060664fa052b7023d84dd759f2c Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 29 Oct 2022 22:36:31 +0200 Subject: Re-disabled the abort when quitting, seems stable now --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main.c b/src/main.c index 329c4b24..5f081257 100755 --- a/src/main.c +++ b/src/main.c @@ -988,7 +988,7 @@ void endBox64() #endif FreeLibrarian(&my_context->local_maplib, emu); // unload all libs FreeLibrarian(&my_context->maplib, emu); // unload all libs - #if 1 + #if 0 // waiting for all thread except this one to finish int this_thread = GetTID(); int pid = getpid(); -- cgit 1.4.1