plug memory leak in poems library
This commit is contained in:
@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user