fix subsh in pipeline

This commit is contained in:
Loic Deridder
2025-02-18 11:09:23 +01:00
parent 00d2420d9f
commit 588db5280f
2 changed files with 4 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ t_node *remove_parentheses(t_node *lst)
if (deepness == 0)
break ;
add_node_back(&out, str, it->token, it->pressision);
free(str);
ft_free(&str);
it = it->next;
}
ft_free(&str);