From 5532b46827067fdfe3dfe35f114c57084c6f5717 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 1 May 2016 10:33:53 +0200 Subject: Constants do not need dynamic memory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/zunsetup.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/zunsetup.c') diff --git a/src/zunsetup.c b/src/zunsetup.c index 48ee9e3..0af3968 100644 --- a/src/zunsetup.c +++ b/src/zunsetup.c @@ -11,10 +11,6 @@ zunsetup(void) #define X(x, s)\ free(x->chars); LIST_TEMPS; -#undef X -#define X(x, f, v)\ - free(x->chars); - LIST_CONSTS; #undef X for (i = BITS_PER_CHAR; i--;) free(libzahl_tmp_divmod_ds[i]->chars); -- cgit v1.2.3-70-g09d2