mirror of
https://github.com/KeyZox71/ft_minipowershell.git
synced 2025-05-11 06:58:47 +02:00
「🔨」 fix: Fixed some leak in the heredoc
This commit is contained in:
@ -39,4 +39,7 @@ void free_redir(void *redir_v);
|
||||
void free_token(void *token_v);
|
||||
void free_cmd(void *content);
|
||||
|
||||
t_env **get_env(t_env **env);
|
||||
t_list **get_list(t_list **list);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user