Eliminated references from task dependency hash to node allocated on stack, thus eliminated accesses to stale memory. So the node now never freed.
Uncommented assertion which triggered when stale memory accessed. Removed unneeded ref count increment for stack allocated node.