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

This commit is contained in:
Alan Mishchenko 2017-10-03 19:14:27 +03:00
parent 21aa0ee0e8
commit 343f77a395
1 changed files with 1 additions and 0 deletions

View File

@ -480,6 +480,7 @@ cuddDynamicAllocNode(
node = table->nextFree;
table->nextFree = node->next;
node->Id = 0;
return (node);
} /* end of cuddDynamicAllocNode */