3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-27 10:55:50 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-04-27 11:44:25 -07:00
parent 1c2aa1076b
commit 4938ea7be6
4 changed files with 15 additions and 31 deletions

View file

@ -1981,7 +1981,7 @@ void ast_manager::delete_node(ast * n) {
}
if (m_debug_ref_count) {
m_debug_free_indices.insert(n->m_id,0);
}
}
deallocate_node(n, ::get_node_size(n));
}
}