3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-19 10:52:02 +00:00

fix memleak

This commit is contained in:
Simon Cruanes 2017-12-25 22:48:37 +01:00
parent 35c802d869
commit f7e5977b9e
3 changed files with 8 additions and 1 deletions

View file

@ -62,7 +62,7 @@ namespace smt {
for (auto & kv : m_guards) {
m().dec_ref(kv.m_key);
}
m_guards.reset();
m_guards.reset();
}
char const * theory_recfun::get_name() const { return "recfun"; }