3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-06 15:25:46 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-02-14 17:47:19 -08:00
parent 70b4822571
commit 1da7522893
3 changed files with 4 additions and 4 deletions

View file

@ -224,7 +224,7 @@ namespace api {
void context::save_ast_trail(ast * n) {
SASSERT(m().contains(n));
// cherry on top? SASSERT(m().contains(n));
if (m_user_ref_count) {
// Corner case bug: n may be in m_last_result, and this is the only reference to n.
// When, we execute reset() it is deleted