We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c1d627 + 1c66921 commit b13b48aCopy full SHA for b13b48a
ODIN_II/SRC/netlist_create_from_ast.cpp
@@ -428,6 +428,10 @@ void create_netlist()
428
free_implicit_memory_index_and_finalize_memories();
429
create_top_output_nodes(top_module, top_string);
430
431
+ for(i = 0; i < top_sc_list->local_param_table_sc->size; i++)
432
+ {
433
+ free_whole_tree((ast_node_t *)top_sc_list->local_param_table_sc->data[i]);
434
+ }
435
top_sc_list->local_param_table_sc = sc_free_string_cache(top_sc_list->local_param_table_sc);
436
top_sc_list->local_symbol_table_sc = sc_free_string_cache(top_sc_list->local_symbol_table_sc);
437
top_sc_list->num_local_symbol_table = 0;
0 commit comments