Removed some memory leaks is SSA neighbor list

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15063 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
athomps 2016-05-24 22:54:03 +00:00
parent f1d424aba7
commit bbdd574e6d
1 changed files with 3 additions and 0 deletions

View File

@ -186,6 +186,9 @@ Neighbor::~Neighbor()
memory->destroy(binhead);
memory->destroy(bins);
memory->destroy(gbinhead_ssa);
memory->destroy(binhead_ssa);
memory->destroy(bins_ssa);
memory->destroy(ssa_airnum);
memory->destroy(ex1_type);