3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-26 10:35:33 +00:00

remove unfinished ite-macro finder, tune ast GC to ensure nodes are roots only once

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2016-07-14 09:46:09 -07:00
parent 4720d578a4
commit 3a83788b97
4 changed files with 3 additions and 19 deletions

View file

@ -1461,8 +1461,8 @@ ast_manager::~ast_manager() {
else {
std::cout << mk_ll_pp(a, *this, false) << "id: " << a->get_id() << "\n";
});
dec_ref(a);
a->m_ref_count = 0;
delete_node(a);
}
}
if (m_format_manager != 0)