TimingArcAttrs
This commit is contained in:
parent
5a8b29d3ee
commit
ebf55461e3
|
|
@ -4931,8 +4931,7 @@ PortGroup::PortGroup(LibertyPortSeq *ports,
|
||||||
|
|
||||||
PortGroup::~PortGroup()
|
PortGroup::~PortGroup()
|
||||||
{
|
{
|
||||||
// TimingGroups and IntternalPower are NOT deleted because ownership is transfered
|
timings_.deleteContents();
|
||||||
// to LibertyCell::timing_arc_attrs_ by LibertyReader::makeTimingArcs.
|
|
||||||
delete ports_;
|
delete ports_;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -5073,8 +5072,6 @@ TimingGroup::TimingGroup(int line) :
|
||||||
|
|
||||||
TimingGroup::~TimingGroup()
|
TimingGroup::~TimingGroup()
|
||||||
{
|
{
|
||||||
// TimingAttrs contents are not deleted because they are referenced
|
|
||||||
// by TimingArcSets.
|
|
||||||
if (related_output_port_name_)
|
if (related_output_port_name_)
|
||||||
stringDelete(related_output_port_name_);
|
stringDelete(related_output_port_name_);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue