mirror of
https://github.com/Z3Prover/z3
synced 2025-05-11 09:44:43 +00:00
fix memory leak in SAT solver exposed by regression tests
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
da63ac809e
commit
aec5a38b14
10 changed files with 82 additions and 30 deletions
|
@ -192,6 +192,7 @@ namespace smt {
|
|||
return m_owner->hash();
|
||||
}
|
||||
|
||||
|
||||
enode * get_root() const {
|
||||
return m_root;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue