Skip to content
Snippets Groups Projects
Commit eca2474d authored by Moe Jette's avatar Moe Jette
Browse files

zero node_count after clearing the table (in node_fini).

parent befb1de1
No related branches found
No related tags found
No related merge requests found
...@@ -1857,4 +1857,5 @@ void node_fini(void) ...@@ -1857,4 +1857,5 @@ void node_fini(void)
xfree(node_record_table_ptr); xfree(node_record_table_ptr);
xfree(node_hash_table); xfree(node_hash_table);
node_record_count = 0;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment