3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00

clear cache for crash

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2014-09-06 19:03:37 -07:00
parent 904ab4bf9e
commit 36816e3b2f
2 changed files with 3 additions and 7 deletions

View file

@ -1221,6 +1221,7 @@ namespace pdr {
remove_node(*m_root, false);
dealloc(m_root);
m_root = 0;
m_cache.reset();
}
}