diff --git a/src/bdd/cudd/cuddReorder.c b/src/bdd/cudd/cuddReorder.c index 662d32c07..ded43855c 100644 --- a/src/bdd/cudd/cuddReorder.c +++ b/src/bdd/cudd/cuddReorder.c @@ -480,6 +480,7 @@ cuddDynamicAllocNode( node = table->nextFree; table->nextFree = node->next; + node->Id = 0; return (node); } /* end of cuddDynamicAllocNode */