From a0ab07d913d831caf0710d6474eedb8e29f3527d Mon Sep 17 00:00:00 2001 From: y-syo Date: Wed, 24 Jul 2024 22:30:59 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=94=A8=E3=80=8D=20fix(exec/get?= =?UTF-8?q?=5Fpath):=20fixed=20leaks,=20hate=20myself?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/exec/exec_split_cmd.c | 5 ++--- src/exec/get_path.c | 6 +++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/exec/exec_split_cmd.c b/src/exec/exec_split_cmd.c index 8ecadf1..761c1cd 100644 --- a/src/exec/exec_split_cmd.c +++ b/src/exec/exec_split_cmd.c @@ -6,7 +6,7 @@ /* By: mmoussou