fix huge memory leak

This commit is contained in:
Axel Kohlmeyer 2019-02-28 17:53:17 -05:00
parent c555f7e2ed
commit fbc9cf8354
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 10 additions and 0 deletions

View File

@ -187,6 +187,16 @@ PairSMTBQ::~PairSMTBQ()
memory->destroy(potqn);
memory->destroy(dpotqn);
memory->destroy(fafbOxOxSurf);
memory->destroy(dfafbOxOxSurf);
memory->destroy(fafbTiOxSurf);
memory->destroy(dfafbTiOxSurf);
memory->destroy(fafbOxOxBB);
memory->destroy(dfafbOxOxBB);
memory->destroy(fafbTiOxBB);
memory->destroy(dfafbTiOxBB);
memory->destroy(ecov);
memory->destroy(sbcov);
memory->destroy(coord);