aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2019-10-27 19:34:03 +0100
committerCharles <sircharlesaze@gmail.com>2019-10-27 19:34:03 +0100
commit44dd5832ad0b7af9186bd5369884d258378a5781 (patch)
treec56d48403577d389d9d63bb3b671df4a98f0ba3e /main.c
parentd9b69c88cc2105351e230dd7da6ff77045318b00 (diff)
downloadget_next_line-44dd5832ad0b7af9186bd5369884d258378a5781.tar.gz
get_next_line-44dd5832ad0b7af9186bd5369884d258378a5781.tar.bz2
get_next_line-44dd5832ad0b7af9186bd5369884d258378a5781.zip
Fixed memory leak at end of file
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 4fe5fa7..5da3734 100644
--- a/main.c
+++ b/main.c
@@ -6,7 +6,7 @@
/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/10/10 09:27:41 by cacharle #+# #+# */
-/* Updated: 2019/10/24 10:56:42 by cacharle ### ########.fr */
+/* Updated: 2019/10/27 19:08:20 by cacharle ### ########.fr */
/* */
/* ************************************************************************** */