call the plumber to fix some leaks

This commit is contained in:
alphataubio
2024-08-04 17:33:11 -04:00
parent 0ebb56e5e8
commit c2e192e734
3 changed files with 4 additions and 0 deletions

View File

@ -92,6 +92,7 @@ FixWallLJ93Kokkos<DeviceType>::~FixWallLJ93Kokkos()
memoryKK->destroy_kokkos(d_offset);
memoryKK->destroy_kokkos(k_vatom,vatom);
memoryKK->destroy_kokkos(k_ewall,ewall);
}

View File

@ -132,6 +132,7 @@ FixEfield::~FixEfield()
{
if (copymode) return;
delete[] fsum;
delete[] xstr;
delete[] ystr;
delete[] zstr;

View File

@ -249,6 +249,8 @@ FixWall::~FixWall()
delete[] fstr[m];
delete[] kstr[m];
}
delete[] ewall;
}
/* ---------------------------------------------------------------------- */