aboutsummaryrefslogtreecommitdiff
path: root/src/path.c
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-10-09 11:20:47 +0200
committerCharles Cabergs <me@cacharle.xyz>2020-10-09 11:20:47 +0200
commit6b200dc03c8233f6cd49111540002eb9b5aac4ec (patch)
tree5834002464dfbf03ee0d9fd6faea05fa37f8397f /src/path.c
parent97e7e9b9934f99fbc659445512b19a525802726c (diff)
downloadminishell-6b200dc03c8233f6cd49111540002eb9b5aac4ec.tar.gz
minishell-6b200dc03c8233f6cd49111540002eb9b5aac4ec.tar.bz2
minishell-6b200dc03c8233f6cd49111540002eb9b5aac4ec.zip
Fixing 2 leaks in get_next_line and parser
Diffstat (limited to 'src/path.c')
-rw-r--r--src/path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path.c b/src/path.c
index ac66b1e..40bf018 100644
--- a/src/path.c
+++ b/src/path.c
@@ -6,7 +6,7 @@
/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2020/02/27 15:51:01 by cacharle #+# #+# */
-/* Updated: 2020/10/09 09:15:09 by cacharle ### ########.fr */
+/* Updated: 2020/10/09 09:29:51 by cacharle ### ########.fr */
/* */
/* ************************************************************************** */