mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-05-30 00:24:12 +08:00
Sdc data_checks leak
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
@@ -274,6 +274,10 @@ Sdc::deleteConstraints()
|
||||
checks->deleteContents();
|
||||
delete checks;
|
||||
}
|
||||
for (auto pin_data_check : data_checks_to_map_) {
|
||||
DataCheckSet *checks = pin_data_check.second;
|
||||
delete checks;
|
||||
}
|
||||
|
||||
input_delays_.deleteContents();
|
||||
input_delay_pin_map_.deleteContents();
|
||||
|
||||
Reference in New Issue
Block a user