Skip to content

Commit d37b995

Browse files
committed
WIP: ODIN_II leak Fix
1 parent e084da1 commit d37b995

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ODIN_II/SRC/netlist_create_from_ast.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6193,5 +6193,7 @@ ast_node_t *get_chunk_size_node(char *instance_name_prefix, char *array_name, ST
61936193
array_size = ast_node_deep_copy((ast_node_t *)local_param_table_sc->data[sc_spot]);
61946194
}
61956195

6196+
vtr::free(temp_string);
6197+
61966198
return array_size;
61976199
}

0 commit comments

Comments
 (0)