From c4bd7d057c62037f6cda288082ac72b448951994 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Wed, 12 Aug 2020 20:49:28 +0200 Subject: Working builtins to pipes, ready to merge --- TODO.org | 3 ++- src/e_externs_pipes.c | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/TODO.org b/TODO.org index 438ec57..0fac194 100644 --- a/TODO.org +++ b/TODO.org @@ -3,7 +3,8 @@ ** DONE VISUAL=qweqwe crontab -e <=== deal with it ** DONE cd qweqwe <=== stderr ** DONE [#A] lpipes leaks <=== this is a big one (split lpipes | lcom | com) -** TODO [#A] lpipes leaks on builtins +** TODO [#C] fix that goddamn exit(2) 25 leak +** TODO [#C] lpipes leaks on builtins (same as above man) ** TODO [#C] Handle memory * Stuff to add diff --git a/src/e_externs_pipes.c b/src/e_externs_pipes.c index 6c78029..e1518fa 100644 --- a/src/e_externs_pipes.c +++ b/src/e_externs_pipes.c @@ -55,6 +55,8 @@ static void { bu_id = get_builtin_id(ptr->bin, msh); ret = msh->bu_ptr[bu_id](ptr->argv + 1, msh); + s_line_clear(&msh->curr); + s_destroy(msh); exit(ret); } else -- cgit v1.2.3