3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00

fix #4763: shell not finishing before hard timeout

The timer thread for the hard timeout was leaking and thus the thread only exited on timeout
This commit is contained in:
Nuno Lopes 2020-10-30 10:01:09 +00:00
parent 0e1def5bd6
commit 1730bc7c7f
4 changed files with 9 additions and 9 deletions

View file

@ -398,6 +398,7 @@ int STD_CALL main(int argc, char ** argv) {
default:
UNREACHABLE();
}
disable_timeout();
memory::finalize();
#ifdef _WINDOWS
_CrtDumpMemoryLeaks();