Commit 8492212c authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

fix bug found by coverity scan

(cherry picked from commit 63b41cb1390a53e809f4fe737a7fdac20303acc9)
parent 1976314f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ Balance::~Balance()
  }

  delete rcb;
  for (int i; i < nimbalance; ++i)
  for (int i = 0; i < nimbalance; ++i)
    delete imbalance[i];
  delete [] imbalance;
  if (imb_fix) modify->delete_fix(imb_fix->id);