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