diff --git a/liberty/LibertyReader.cc b/liberty/LibertyReader.cc index 032a5376..da0b71a6 100644 --- a/liberty/LibertyReader.cc +++ b/liberty/LibertyReader.cc @@ -3072,7 +3072,7 @@ LibertyReader::visitCellFootprint(LibertyAttr *attr) if (cell_) { const char *footprint = getAttrString(attr); if (footprint) - cell_->setFootprint(stringCopy(footprint)); + cell_->setFootprint(footprint); } }