From 44dd5832ad0b7af9186bd5369884d258378a5781 Mon Sep 17 00:00:00 2001 From: Charles Date: Sun, 27 Oct 2019 19:34:03 +0100 Subject: Fixed memory leak at end of file --- get_next_line_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'get_next_line_utils.c') diff --git a/get_next_line_utils.c b/get_next_line_utils.c index 9bc96d9..61c8055 100644 --- a/get_next_line_utils.c +++ b/get_next_line_utils.c @@ -6,7 +6,7 @@ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2019/10/08 08:52:59 by cacharle #+# #+# */ -/* Updated: 2019/10/20 07:39:00 by cacharle ### ########.fr */ +/* Updated: 2019/10/27 19:02:57 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ -- cgit