mirror of https://github.com/YosysHQ/abc.git
Valgrind-ispired fix in CUDD by Kai-hui Chang.
This commit is contained in:
parent
21aa0ee0e8
commit
343f77a395
|
|
@ -480,6 +480,7 @@ cuddDynamicAllocNode(
|
|||
|
||||
node = table->nextFree;
|
||||
table->nextFree = node->next;
|
||||
node->Id = 0;
|
||||
return (node);
|
||||
|
||||
} /* end of cuddDynamicAllocNode */
|
||||
|
|
|
|||
Loading…
Reference in New Issue