plug memory leak in poems library

This commit is contained in:
Axel Kohlmeyer 2018-11-29 16:41:11 -05:00
parent 6705777f7b
commit cda3227b05
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ struct POEMSChain{
{
delete childChains(i);
}
listOfNodes.DeleteValues();
}
//void printTreeStructure(int tabs);
//void getTreeAsList(List<int> * temp);