git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12575 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2014-09-30 22:53:41 +00:00
parent 9705739cd0
commit 7266c83c26

View File

@ -81,6 +81,5 @@ void WriteDump::command(int narg, char **arg)
// delete the Dump instance and local storage
delete dump;
delete[] dumpargs;
delete [] dumpargs;
}