mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-05-30 00:24:12 +08:00
TimingArc valgrind
This commit is contained in:
@@ -774,8 +774,8 @@ Table1::Table1(FloatSeq *values,
|
||||
Table1::~Table1()
|
||||
{
|
||||
delete values_;
|
||||
//if (own_axis1_)
|
||||
//delete axis1_;
|
||||
if (own_axis1_)
|
||||
delete axis1_;
|
||||
}
|
||||
|
||||
float
|
||||
|
||||
@@ -67,9 +67,11 @@ TimingArcAttrs::~TimingArcAttrs()
|
||||
{
|
||||
if (cond_)
|
||||
cond_->deleteSubexprs();
|
||||
if (sdf_cond_start_ != sdf_cond_)
|
||||
stringDelete(sdf_cond_start_);
|
||||
if (sdf_cond_end_ != sdf_cond_)
|
||||
stringDelete(sdf_cond_end_);
|
||||
stringDelete(sdf_cond_);
|
||||
stringDelete(sdf_cond_start_);
|
||||
stringDelete(sdf_cond_end_);
|
||||
stringDelete(mode_name_);
|
||||
stringDelete(mode_value_);
|
||||
delete models_[RiseFall::riseIndex()];
|
||||
|
||||
Reference in New Issue
Block a user