Commit 343f77a3 by Alan Mishchenko

Valgrind-ispired fix in CUDD by Kai-hui Chang.

parent 21aa0ee0
......@@ -480,6 +480,7 @@ cuddDynamicAllocNode(
node = table->nextFree;
table->nextFree = node->next;
node->Id = 0;
return (node);
} /* end of cuddDynamicAllocNode */
......
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