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:
parent
719c5dd911
commit
fd54408629
3 changed files with 14 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue