pipeline_exec() complete
+ TODO : simple_cmd_builtin() + libft small update
This commit is contained in:
@@ -56,7 +56,7 @@ static t_token *insert_tokens(t_token *t, t_token *insert_lst)
|
||||
|
||||
t->id = 0;
|
||||
free(t->content);
|
||||
t->content = NULL;
|
||||
t->content = NULL; // TODO : free_null()
|
||||
if (!insert_lst)
|
||||
return (t);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user