🔨」 fix: Fixed some leak in the heredoc

This commit is contained in:
KeyZox committed 2024-07-09 18:06:35 +02:00
1 parent 4b80fef3f3
commit b1f77b386a
4 files changed
+51 -3

No files matched your search

+3
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