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 c658a87 commit faa099dCopy full SHA for faa099d
libs/libarchfpga/src/arch_util.cpp
@@ -329,7 +329,7 @@ static void free_pb_type(t_pb_type* pb_type) {
329
delete[] pb_type->modes[i].interconnect;
330
delete (pb_type->modes[i].mode_power);
331
}
332
-
+
333
delete[] pb_type->modes;
334
335
for (int i = 0; i < pb_type->num_annotations; ++i) {
@@ -338,10 +338,8 @@ static void free_pb_type(t_pb_type* pb_type) {
338
vtr::free(pb_type->annotations[i].clock);
339
340
delete[] pb_type->annotations;
341
342
343
delete pb_type->pb_type_power;
344
345
346
for (int i = 0; i < pb_type->num_ports; ++i) {
347
vtr::free(pb_type->ports[i].name);
0 commit comments