From 3c46c71609eb0161a67afb1ab3eecdcab6dc887a Mon Sep 17 00:00:00 2001 From: gazhonsepaskwa Date: Fri, 14 Feb 2025 11:04:49 +0100 Subject: [PATCH] last leak (I hope) --- srcs/parsing/ast/nodes/subsh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }