mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
fix memleak
This commit is contained in:
parent
35c802d869
commit
f7e5977b9e
3 changed files with 8 additions and 1 deletions
|
@ -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"; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue