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:
parent
cb29c07f06
commit
879363157f
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue