plug another memory leak
This commit is contained in:
@ -2059,6 +2059,7 @@ void Molecule::deallocate()
|
|||||||
memory->destroy(type);
|
memory->destroy(type);
|
||||||
memory->destroy(molecule);
|
memory->destroy(molecule);
|
||||||
memory->destroy(q);
|
memory->destroy(q);
|
||||||
|
memory->destroy(mu);
|
||||||
memory->destroy(radius);
|
memory->destroy(radius);
|
||||||
memory->destroy(rmass);
|
memory->destroy(rmass);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user