TimingArc valgrind
This commit is contained in:
parent
ebf55461e3
commit
dc9d20f8d5
|
|
@ -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()];
|
||||
|
|
|
|||
Loading…
Reference in New Issue