plug another memory leak

This commit is contained in:
Axel Kohlmeyer
2024-08-20 01:26:48 -04:00
parent 02752ddf6a
commit 80ea7ac120

View File

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