fix valgrind issues

This commit is contained in:
Steve Plimpton
2022-12-15 08:48:27 -07:00
parent 2446a7855e
commit 6b2b3765c2
3 changed files with 15 additions and 4 deletions

View File

@ -466,6 +466,9 @@ DumpImage::~DumpImage()
memory->destroy(chooseghost);
memory->destroy(bufcopy);
memory->destroy(gbuf);
delete [] id_grid_compute;
delete [] id_grid_fix;
}
/* ---------------------------------------------------------------------- */