Fixing memory leak in the SAT sweeper.

This commit is contained in:
Alan Mishchenko 2021-05-16 20:39:47 -07:00
parent 93849685b3
commit 91a2eafc7a
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ class OccLists
dirty .clear(free);
dirties.clear(free);
} else {
occs .shrink_(occs .size());
occs .shrink (occs .size());
dirty .shrink_(dirty .size());
dirties.shrink_(dirties.size());
}