write_timing_model leak

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2025-04-02 15:18:08 -07:00
parent 462853b3b5
commit de323aa543
1 changed files with 1 additions and 0 deletions

View File

@ -209,6 +209,7 @@ MakeTimingModel::makePorts()
float load_cap = graph_delay_calc_->loadCap(pin, dcalc_ap);
lib_bit_port->setCapacitance(load_cap);
}
delete member_iter;
}
else {
LibertyPort *lib_port = lib_builder_->makePort(cell_, port_name);