forked from lijiext/lammps
plug small memory leak in USER-ADIOS
This commit is contained in:
parent
5486896876
commit
0f0a65bb48
|
@ -154,6 +154,7 @@ DumpCustomADIOS::~DumpCustomADIOS()
|
|||
internal->fh.Close();
|
||||
}
|
||||
delete internal->ad;
|
||||
delete internal;
|
||||
}
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
|
Loading…
Reference in New Issue