mirror of https://github.com/YosysHQ/abc.git
Fixing memory leak in the SAT sweeper.
This commit is contained in:
parent
93849685b3
commit
91a2eafc7a
|
|
@ -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());
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue