Sdc data_checks leak

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2023-03-09 17:39:09 -07:00
parent 279f109476
commit bc7083e927
1 changed files with 4 additions and 0 deletions

View File

@ -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();