forked from lijiext/lammps
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:
parent
f1d424aba7
commit
bbdd574e6d
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue