bugfix bintree

This commit is contained in:
maxgrf 2025-12-11 11:48:42 +01:00
parent 81fbacabdc
commit 14fa468431

View File

@ -80,7 +80,7 @@ void *nextTreeData(TreeNode *root)
if (stack)
{
clearStack(&stack);
clearStack(stack);
stack = NULL;
}
//leeren Stack initialisieren