mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
Interpolation API: fixed some memory leaks
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
5adfbe8857
commit
a6bee82ef8
1 changed files with 5 additions and 0 deletions
|
@ -3078,6 +3078,11 @@ public:
|
|||
m().dec_ref(add_pos);
|
||||
m().dec_ref(rewrite_A);
|
||||
m().dec_ref(rewrite_B);
|
||||
m().dec_ref(normal_step);
|
||||
m().dec_ref(normal_chain);
|
||||
m().dec_ref(normal);
|
||||
m().dec_ref(sforall);
|
||||
m().dec_ref(sexists);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue