From e5d7fcf05070e642ae11435b32bf2b103f0dac16 Mon Sep 17 00:00:00 2001 From: Sergio Date: Fri, 13 Feb 2026 13:33:32 +0100 Subject: [PATCH] fix: fixed leak on variable expansion --- src/parser/parser.c | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/src/parser/parser.c b/src/parser/parser.c index f8f73ab..951c079 100644 --- a/src/parser/parser.c +++ b/src/parser/parser.c @@ -6,7 +6,7 @@ /* By: sede-san exit = true, malloc_error()); *i += ft_strlen(variable) - 1;