last leak (I hope)

This commit is contained in:
gazhonsepaskwa
2025-02-14 11:04:49 +01:00
parent daefee35e0
commit 3c46c71609

View File

@@ -37,7 +37,7 @@ t_node *remove_parentheses(t_node *lst)
free(str); free(str);
it = it->next; it = it->next;
} }
// ft_free(&str); ft_free(&str);
return (out); return (out);
} }