Commit 58e01a9e authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

plug memory leak in pair style lj/class2/coul/long with coulomb tables

parent 5fb2979d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -66,6 +66,7 @@ PairLJClass2CoulLong::~PairLJClass2CoulLong()
      memory->destroy(offset);
    }
  }
  if (ftable) free_tables();
}

/* ---------------------------------------------------------------------- */