Skip to content

Commit b57fcf1

Browse files
committed
leaks
1 parent 9160720 commit b57fcf1

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

network/ConcreteLibrary.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,10 @@ ConcreteCell::groupBusPorts(const char bus_brkt_left,
426426
int index1, index2;
427427
parseBusName(port1->name(), bus_brkts_left, bus_brkts_right, escape_,
428428
bus_name, index1);
429+
stringDelete(bus_name);
429430
parseBusName(port2->name(), bus_brkts_left, bus_brkts_right, escape_,
430431
bus_name, index2);
432+
stringDelete(bus_name);
431433
return index1 > index2;
432434
});
433435
ConcretePort *port = makeBusPort(bus_name, bus_port->from(),

sdc/Sdc.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ Sdc::initVariables()
235235
max_area_ = 0.0;
236236
path_delays_without_to_ = false;
237237
clk_hpin_disables_valid_ = false;
238+
have_clk_slew_limits_ = false;
238239
}
239240

240241
void

0 commit comments

Comments
 (0)