From 981140cbebd0fb6a9a5303c03c52c5238cbcfc6b Mon Sep 17 00:00:00 2001 From: adjoly Date: Thu, 16 May 2024 17:38:11 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=94=A8=E3=80=8D=20fix:=20Fixed?= =?UTF-8?q?=20strjoin=20free=20if=20str=20not=20present?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libft/src/str/ft_strjoin.c | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/libft/src/str/ft_strjoin.c b/libft/src/str/ft_strjoin.c index 8992bf7..7511850 100644 --- a/libft/src/str/ft_strjoin.c +++ b/libft/src/str/ft_strjoin.c @@ -6,7 +6,7 @@ /* By: mmoussou