diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-30 19:45:42 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-30 19:45:42 +0200 |
commit | af663bf8cbc9e97d9818959de69a1d8a6c423cbe (patch) | |
tree | 0c9be9b4168d9b4172d927d2f6103e67d130f4f1 /src/p_lcom.c | |
parent | Secured strdup (diff) | |
download | 42-minishell-af663bf8cbc9e97d9818959de69a1d8a6c423cbe.tar.gz 42-minishell-af663bf8cbc9e97d9818959de69a1d8a6c423cbe.tar.bz2 42-minishell-af663bf8cbc9e97d9818959de69a1d8a6c423cbe.tar.xz 42-minishell-af663bf8cbc9e97d9818959de69a1d8a6c423cbe.tar.zst 42-minishell-af663bf8cbc9e97d9818959de69a1d8a6c423cbe.zip |
Work in progress, freed leak
Diffstat (limited to 'src/p_lcom.c')
-rw-r--r-- | src/p_lcom.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/p_lcom.c b/src/p_lcom.c index f47e2c1..2dbd505 100644 --- a/src/p_lcom.c +++ b/src/p_lcom.c @@ -139,7 +139,6 @@ int8_t while (i <= count && words[i]) { next = FALSE; - /* TODO: split pipes here */ if (ft_strchr(words[i], '|')) { if (!(link = lcom_new(NULL, msh))) |