3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-15 07:15:26 +00:00

scoping th solver to avoid memory leak during cancellation exposed by #3431

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-03-22 14:14:45 -07:00
parent d1f6470805
commit 70a1786061
5 changed files with 10 additions and 6 deletions

View file

@ -208,7 +208,7 @@ namespace smt {
vector<watch_list> & watches
);
virtual ~conflict_resolution() {}
virtual ~conflict_resolution();
virtual bool resolve(b_justification conflict, literal not_l);