3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 17:44:08 +00:00

prevent stale user-propagators from being used on the same tactic after it was applied.

This commit is contained in:
Nikolaj Bjorner 2021-12-04 11:51:00 -08:00
parent da765355e8
commit 1b0ac4940b

View file

@ -140,6 +140,7 @@ public:
~scoped_init_ctx() {
smt::kernel * d = m_owner.m_ctx;
m_owner.m_ctx = nullptr;
m_owner.m_user_ctx = nullptr;
if (d)
dealloc(d);