@ -52,6 +52,9 @@ void clearStack(StackNode *stack)
StackNode *next = stack->next;
free(stack);
stack = next;
stack->data = NULL;
stack->next = NULL;
stack->prev = NULL;
}
return NULL;
The note is not visible to the blocked user.