mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 19:27:06 +00:00
parent
4598af70c8
commit
aded8e5bf4
|
@ -205,7 +205,8 @@ void elim_unconstrained::freeze(expr* t) {
|
|||
if (!n.m_term)
|
||||
return;
|
||||
n.m_refcount = UINT_MAX / 2;
|
||||
m_heap.increased(root(t));
|
||||
if (m_heap.contains(root(t)))
|
||||
m_heap.increased(root(t));
|
||||
}
|
||||
|
||||
void elim_unconstrained::gc(expr* t) {
|
||||
|
|
Loading…
Reference in a new issue