Skip to content

Commit 609d260

Browse files
authored
Update route_timing.cpp
1 parent 27604e0 commit 609d260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/route/route_timing.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ void free_timing_driven_route_structs(float* pin_criticality, int* sink_order, t
913913
/* Frees all the structures needed only by the timing-driven router. */
914914

915915
// coverity[offset_free : Intentional]
916-
delete[](pin_criticality); /* Starts at index 1. */
916+
delete[](pin_criticality);
917917
// coverity[offset_free : Intentional]
918918
delete[](sink_order);
919919
// coverity[offset_free : Intentional]

0 commit comments

Comments
 (0)