leaks
This commit is contained in:
parent
916072066d
commit
b57fcf173e
|
|
@ -426,8 +426,10 @@ ConcreteCell::groupBusPorts(const char bus_brkt_left,
|
||||||
int index1, index2;
|
int index1, index2;
|
||||||
parseBusName(port1->name(), bus_brkts_left, bus_brkts_right, escape_,
|
parseBusName(port1->name(), bus_brkts_left, bus_brkts_right, escape_,
|
||||||
bus_name, index1);
|
bus_name, index1);
|
||||||
|
stringDelete(bus_name);
|
||||||
parseBusName(port2->name(), bus_brkts_left, bus_brkts_right, escape_,
|
parseBusName(port2->name(), bus_brkts_left, bus_brkts_right, escape_,
|
||||||
bus_name, index2);
|
bus_name, index2);
|
||||||
|
stringDelete(bus_name);
|
||||||
return index1 > index2;
|
return index1 > index2;
|
||||||
});
|
});
|
||||||
ConcretePort *port = makeBusPort(bus_name, bus_port->from(),
|
ConcretePort *port = makeBusPort(bus_name, bus_port->from(),
|
||||||
|
|
|
||||||
|
|
@ -235,6 +235,7 @@ Sdc::initVariables()
|
||||||
max_area_ = 0.0;
|
max_area_ = 0.0;
|
||||||
path_delays_without_to_ = false;
|
path_delays_without_to_ = false;
|
||||||
clk_hpin_disables_valid_ = false;
|
clk_hpin_disables_valid_ = false;
|
||||||
|
have_clk_slew_limits_ = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue