free start

This commit is contained in:
gazhonsepaskwa
2025-02-05 15:50:47 +01:00
parent 2369795bd2
commit 8b3d4868dd
6 changed files with 57 additions and 5 deletions

View File

@@ -46,4 +46,5 @@ void create_subsh(t_ast_n *self, t_node *lst, t_msh *msh)
self->redir = ft_calloc(1, sizeof(t_redir));
self->redir[0] = _NR;
create_redir_subsh(lst, self);
// free(cutted);
}