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

Bugfix for fpa2bv_converter

This commit is contained in:
Christoph M. Wintersteiger 2016-06-09 12:09:53 +01:00
parent cb29c07f06
commit 879363157f

View file

@ -4107,5 +4107,6 @@ void fpa2bv_converter::reset(void) {
m.dec_ref(it->m_value.first);
m.dec_ref(it->m_value.second);
}
m_specials.reset();
m_extra_assertions.reset();
}