summaryrefslogtreecommitdiffstats
path: root/src/p_redirs_heredoc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/p_redirs_heredoc.c')
-rw-r--r--src/p_redirs_heredoc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/p_redirs_heredoc.c b/src/p_redirs_heredoc.c
index 6ba06f1..95aefa6 100644
--- a/src/p_redirs_heredoc.c
+++ b/src/p_redirs_heredoc.c
@@ -63,7 +63,6 @@ char *p_get_heredoc(const char path[], const int8_t redir, t_msh *msh)
break ;
p_append_line(&heredoc, line);
ft_memdel((void*)&line);
-
}
if (gnl > 0)
ft_memdel((void*)&line);