mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
fix #4856
This commit is contained in:
parent
c3c7aad1a8
commit
746dd745ad
1 changed files with 2 additions and 1 deletions
|
@ -106,7 +106,8 @@ namespace smt {
|
|||
else
|
||||
*prev++ = *it;
|
||||
}
|
||||
end_cls_core() -= num_deleted * sizeof(clause *);
|
||||
if (num_deleted > 0)
|
||||
end_cls_core() -= num_deleted * sizeof(clause *);
|
||||
}
|
||||
|
||||
void watch_list::remove_literal(literal l) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue