3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-15 15:25:26 +00:00

fix leaks exposed by #3383

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-03-17 13:01:46 -07:00
parent 719c5dd911
commit fd54408629
3 changed files with 14 additions and 0 deletions

View file

@ -117,6 +117,8 @@ namespace simplex {
m_bland(false),
m_blands_rule_threshold(1000) {}
~simplex();
typedef typename matrix::row row;
typedef typename matrix::row_iterator row_iterator;
typedef typename matrix::col_iterator col_iterator;