diff options
| author | Mattias Andrée <maandree@kth.se> | 2016-05-01 10:33:53 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2016-05-01 10:33:53 +0200 |
| commit | 5532b46827067fdfe3dfe35f114c57084c6f5717 (patch) | |
| tree | 03d778f90faf5921bff8e50ca1ac8d5a7806b10d /src/zunsetup.c | |
| parent | zdiv.3: rationale for truncated division (diff) | |
| download | libzahl-5532b46827067fdfe3dfe35f114c57084c6f5717.tar.gz libzahl-5532b46827067fdfe3dfe35f114c57084c6f5717.tar.bz2 libzahl-5532b46827067fdfe3dfe35f114c57084c6f5717.tar.xz | |
Constants do not need dynamic memory
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/zunsetup.c')
| -rw-r--r-- | src/zunsetup.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/zunsetup.c b/src/zunsetup.c index 48ee9e3..0af3968 100644 --- a/src/zunsetup.c +++ b/src/zunsetup.c @@ -12,10 +12,6 @@ zunsetup(void) 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); |
