mirror of
https://github.com/Z3Prover/z3
synced 2025-07-23 20:58:54 +00:00
Fix memory leaks
Signed-off-by: Alex Horn <t-alexh@microsoft.com>
This commit is contained in:
parent
bd57994f78
commit
565c0f785f
4 changed files with 11 additions and 1 deletions
|
@ -916,6 +916,7 @@ namespace datalog {
|
|||
const relation_signature & r_sig = s.get_signature();
|
||||
table_min_fn * fn = r_manager.mk_min_fn(source_t, m_group_by_cols, m_min_col);
|
||||
table_base * target_t = (*fn)(source_t);
|
||||
dealloc(fn);
|
||||
|
||||
TRACE("dl",
|
||||
tout << "% ";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue