3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-25 07:13:41 +00:00

Update lar_solver.cpp

This commit is contained in:
Nikolaj Bjorner 2025-06-20 20:26:02 -07:00 committed by GitHub
parent 701896afb2
commit ae21d2d98e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -231,7 +231,6 @@ namespace lp {
lar_solver::~lar_solver() {
for (auto t : m_imp->m_terms)
delete t;
m_imp->m_var_register.clear();
dealloc(m_imp);
}