memory correction

This commit is contained in:
jrgissing
2020-03-03 23:28:27 -07:00
parent 9339bb085f
commit b55a6b0fd1

View File

@ -1609,6 +1609,7 @@ void Molecule::deallocate()
{
memory->destroy(x);
memory->destroy(type);
memory->destroy(molecule);
memory->destroy(q);
memory->destroy(radius);
memory->destroy(rmass);