From f863725c60e38ecb6087a2172f29c910c7e598c5 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Thu, 8 Oct 2020 12:33:40 +0200 Subject: Fixing leaks in parser and preprocessor --- src/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/debug.c') diff --git a/src/debug.c b/src/debug.c index 42c34eb..9743e5a 100644 --- a/src/debug.c +++ b/src/debug.c @@ -6,7 +6,7 @@ /* By: charles +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/09/16 15:58:35 by charles #+# #+# */ -/* Updated: 2020/10/06 13:14:44 by cacharle ### ########.fr */ +/* Updated: 2020/10/08 11:37:57 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ #include -- cgit