mirror of
https://github.com/Z3Prover/z3
synced 2025-06-21 13:23:39 +00:00
avoid calling del on memory not owned by object allocator
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
0b785cc942
commit
1c0e583abc
1 changed files with 0 additions and 1 deletions
|
@ -59,7 +59,6 @@ public:
|
||||||
m_dep_intervals.mul(hi, a, t);
|
m_dep_intervals.mul(hi, a, t);
|
||||||
m_dep_intervals.add(t, lo, ret);
|
m_dep_intervals.add(t, lo, ret);
|
||||||
}
|
}
|
||||||
m().del(a);
|
|
||||||
}
|
}
|
||||||
// f meant to be called when the separation happens
|
// f meant to be called when the separation happens
|
||||||
template <typename T>
|
template <typename T>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue