mirror of
https://github.com/Z3Prover/z3
synced 2025-05-09 16:55:47 +00:00
cleanup more in dependent_expr_state_tactic to reduce mem consumption
This commit is contained in:
parent
ca6fed8b25
commit
c6f9c09d70
2 changed files with 5 additions and 4 deletions
|
@ -32,7 +32,6 @@ public:
|
|||
m_fml(fml),
|
||||
m_proof(p),
|
||||
m_dep(d) {
|
||||
SASSERT(fml);
|
||||
m.inc_ref(fml);
|
||||
m.inc_ref(d);
|
||||
m.inc_ref(p);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue