3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00
deal with memory leak when there is an exception
This commit is contained in:
Nikolaj Bjorner 2023-10-15 12:15:28 -07:00
parent 5942dc24bd
commit 41b1f47d77
2 changed files with 3 additions and 3 deletions

View file

@ -1648,6 +1648,7 @@ public:
break;
}
switch (check_nla()) {
case FC_DONE:
break;