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