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:
@ -186,6 +186,9 @@ Neighbor::~Neighbor()
|
|||||||
memory->destroy(binhead);
|
memory->destroy(binhead);
|
||||||
memory->destroy(bins);
|
memory->destroy(bins);
|
||||||
|
|
||||||
|
memory->destroy(gbinhead_ssa);
|
||||||
|
memory->destroy(binhead_ssa);
|
||||||
|
memory->destroy(bins_ssa);
|
||||||
memory->destroy(ssa_airnum);
|
memory->destroy(ssa_airnum);
|
||||||
|
|
||||||
memory->destroy(ex1_type);
|
memory->destroy(ex1_type);
|
||||||
|
|||||||
Reference in New Issue
Block a user