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:
parent
4720d578a4
commit
3a83788b97
4 changed files with 3 additions and 19 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue