From f6617e07c7d0387331e8d2c718cc50031f7ff75e Mon Sep 17 00:00:00 2001 From: Camille Chauvet Date: Fri, 31 Mar 2023 18:48:19 +0200 Subject: [PATCH] fix: leak fd --- redirection/heredoc.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/redirection/heredoc.c b/redirection/heredoc.c index ab1fdc8..336b369 100644 --- a/redirection/heredoc.c +++ b/redirection/heredoc.c @@ -6,7 +6,7 @@ /* By: cchauvet