mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 10:25:18 +00:00
fix #4856
This commit is contained in:
parent
c3c7aad1a8
commit
746dd745ad
|
@ -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…
Reference in a new issue