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:
parent
904ab4bf9e
commit
36816e3b2f
2 changed files with 3 additions and 7 deletions
|
@ -1221,6 +1221,7 @@ namespace pdr {
|
|||
remove_node(*m_root, false);
|
||||
dealloc(m_root);
|
||||
m_root = 0;
|
||||
m_cache.reset();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue