forked from lijiext/lammps
plug memory leak in poems library
This commit is contained in:
parent
6705777f7b
commit
cda3227b05
|
@ -31,6 +31,7 @@ struct POEMSChain{
|
|||
{
|
||||
delete childChains(i);
|
||||
}
|
||||
listOfNodes.DeleteValues();
|
||||
}
|
||||
//void printTreeStructure(int tabs);
|
||||
//void getTreeAsList(List<int> * temp);
|
||||
|
|
Loading…
Reference in New Issue