Skip to content

Commit

Permalink
Merge pull request #6044 from The-OpenROAD-Project-staging/odb-inst-d…
Browse files Browse the repository at this point in the history
…estroy

odb: fix dbInst::destroy to pop the instTerms as destroyed
  • Loading branch information
maliberty authored Oct 29, 2024
2 parents 844f9a4 + 176a6d4 commit 0fc26a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/odb/src/db/dbInst.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1592,6 +1592,7 @@ void dbInst::destroy(dbInst* inst_)

dbProperty::destroyProperties(it);
block->_iterm_tbl->destroy(it);
inst->_iterms.pop_back();
}

// Move this part after inDbInstDestroy
Expand Down

0 comments on commit 0fc26a3

Please sign in to comment.