From abc749bfb38ce6c1cfb818bbc0da1cfbd0451bfe Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Thu, 27 Aug 2020 16:14:40 +0200 Subject: Freed pipe leaks on builtins --- src/p_lcom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/p_lcom.c') diff --git a/src/p_lcom.c b/src/p_lcom.c index 13b4d11..bd5edcb 100644 --- a/src/p_lcom.c +++ b/src/p_lcom.c @@ -152,7 +152,7 @@ int8_t { if ((link = s_line_new(NULL, msh)) == NULL) return (-1); - if ((split_pipes(words[i], link, msh)) == NULL) + if ((s_split_pipes(words[i], link, msh)) == NULL) return (-1); next = TRUE; } -- cgit v1.2.3