🔨」 fix: Fixed some leak in the heredoc

This commit is contained in:
2024-07-09 18:06:35 +02:00
parent 4b80fef3f3
commit b1f77b386a
4 changed files with 51 additions and 3 deletions

View File

@ -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