3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 16:45:31 +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:
Nikolaj Bjorner 2020-03-13 16:42:16 -07:00 committed by Lev Nachmanson
parent abc4c5962b
commit f76432933f

View file

@ -59,7 +59,6 @@ public:
m_dep_intervals.mul(hi, a, t);
m_dep_intervals.add(t, lo, ret);
}
m().del(a);
}
// f meant to be called when the separation happens
template <typename T>