mirror of
https://github.com/Z3Prover/z3
synced 2025-04-14 04:48:45 +00:00
[datalog] fix memory leak in union instructions
the source operand was never cleaned up Signed-off-by: Nuno Lopes <t-nclaud@microsoft.com>
This commit is contained in:
parent
75ad174567
commit
90c808bde9
|
@ -707,6 +707,7 @@ namespace datalog {
|
|||
|
||||
//update the head relation
|
||||
make_union(new_head_reg, head_reg, delta_reg, use_widening, acc);
|
||||
make_dealloc_non_void(new_head_reg, acc);
|
||||
}
|
||||
|
||||
finish:
|
||||
|
|
Loading…
Reference in a new issue