mirror of
https://github.com/KeyZox71/ft_minipowershell.git
synced 2026-09-23 02:20:07 +02:00
「🔨」 fix: Fixed some leak in the heredoc
This commit is contained in:
1 parent
4b80fef3f3
commit
b1f77b386a
4 files changed
+51
-3
No files matched your search
@@ -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