From 6b200dc03c8233f6cd49111540002eb9b5aac4ec Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Fri, 9 Oct 2020 11:20:47 +0200 Subject: Fixing 2 leaks in get_next_line and parser --- src/path.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/path.c') 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 +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* 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 */ /* */ /* ************************************************************************** */ -- cgit