diff --git a/search/ReportPath.cc b/search/ReportPath.cc index 5b2617a2..67f0ca33 100644 --- a/search/ReportPath.cc +++ b/search/ReportPath.cc @@ -3557,6 +3557,7 @@ hierPinsAbove(const Net *net, if (hpin_net) hierPinsAbove(hpin_net, network, pins_above); } + delete term_iter; } }