Sdc data_checks double delete
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
8bf313ba98
commit
279f109476
|
|
@ -275,11 +275,6 @@ Sdc::deleteConstraints()
|
||||||
delete checks;
|
delete checks;
|
||||||
}
|
}
|
||||||
|
|
||||||
for (auto pin_data_check : data_checks_from_map_) {
|
|
||||||
DataCheckSet *checks = pin_data_check.second;
|
|
||||||
delete checks;
|
|
||||||
}
|
|
||||||
|
|
||||||
input_delays_.deleteContents();
|
input_delays_.deleteContents();
|
||||||
input_delay_pin_map_.deleteContents();
|
input_delay_pin_map_.deleteContents();
|
||||||
input_delay_leaf_pin_map_.deleteContents();
|
input_delay_leaf_pin_map_.deleteContents();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue