mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +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
aec5a38b14
commit
00f3a1fe81
2 changed files with 0 additions and 3 deletions
|
@ -461,7 +461,6 @@ namespace sat {
|
|||
}
|
||||
|
||||
void solver::dettach_clause(clause & c) {
|
||||
TRACE("sat", tout << c.id() << "\n";);
|
||||
if (c.size() == 3)
|
||||
dettach_ter_clause(c);
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue