Commit 9646d461 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

plug small memory leak in fix gcmc

parent c0ab126e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -406,6 +406,8 @@ FixGCMC::~FixGCMC()

  memory->destroy(local_gas_list);
  memory->destroy(molcoords);
  memory->destroy(molq);
  memory->destroy(molimage);

  delete [] idrigid;
  delete [] idshake;