From bbdd574e6db2dad46363a04ff80e89256b9398e3 Mon Sep 17 00:00:00 2001 From: athomps <athomps@f3b2605a-c512-4ea7-a41b-209d697bcdaa> Date: Tue, 24 May 2016 22:54:03 +0000 Subject: [PATCH] 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 --- src/neighbor.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/neighbor.cpp b/src/neighbor.cpp index 84a52f0405..c30c8a74bd 100644 --- a/src/neighbor.cpp +++ b/src/neighbor.cpp @@ -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); -- GitLab