diff --git a/srcs/parsing/ast/nodes/subsh.c b/srcs/parsing/ast/nodes/subsh.c index dbf1beb..30ae539 100644 --- a/srcs/parsing/ast/nodes/subsh.c +++ b/srcs/parsing/ast/nodes/subsh.c @@ -37,7 +37,7 @@ t_node *remove_parentheses(t_node *lst) free(str); it = it->next; } - // ft_free(&str); + ft_free(&str); return (out); }