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.
1 parent 5366e76 commit 4be872fCopy full SHA for 4be872f
libs/libarchfpga/src/arch_util.cpp
@@ -330,7 +330,7 @@ static void free_pb_graph(t_pb_graph_node* pb_graph_node) {
330
for (k = 0; k < pb_graph_node->pb_type->depth; k++) {
331
delete[] pb_graph_node->output_pins[i][j].list_of_connectable_input_pin_ptrs[k];
332
}
333
- delete[]pb_graph_node->output_pins[i][j].list_of_connectable_input_pin_ptrs;
+ delete[] pb_graph_node->output_pins[i][j].list_of_connectable_input_pin_ptrs;
334
335
336
if (pb_graph_node->output_pins[i][j].num_connectable_primitive_input_pins)
0 commit comments