Commit 91a2eafc by Alan Mishchenko

Fixing memory leak in the SAT sweeper.

parent 93849685
...@@ -318,7 +318,7 @@ class OccLists ...@@ -318,7 +318,7 @@ class OccLists
dirty .clear(free); dirty .clear(free);
dirties.clear(free); dirties.clear(free);
} else { } else {
occs .shrink_(occs .size()); occs .shrink (occs .size());
dirty .shrink_(dirty .size()); dirty .shrink_(dirty .size());
dirties.shrink_(dirties.size()); dirties.shrink_(dirties.size());
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment