Skip to content
Snippets Groups Projects
Commit cda3227b authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

plug memory leak in poems library

parent 6705777f
No related branches found
No related tags found
No related merge requests found
...@@ -31,6 +31,7 @@ struct POEMSChain{ ...@@ -31,6 +31,7 @@ struct POEMSChain{
{ {
delete childChains(i); delete childChains(i);
} }
listOfNodes.DeleteValues();
} }
//void printTreeStructure(int tabs); //void printTreeStructure(int tabs);
//void getTreeAsList(List<int> * temp); //void getTreeAsList(List<int> * temp);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment