3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-10 19:27:06 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2022-12-12 11:40:59 -08:00
parent 4598af70c8
commit aded8e5bf4

View file

@ -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) {