diff options
Diffstat (limited to 'src/zunsetup.c')
| -rw-r--r-- | src/zunsetup.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/zunsetup.c b/src/zunsetup.c index 0f766e1..e2d91f6 100644 --- a/src/zunsetup.c +++ b/src/zunsetup.c @@ -7,8 +7,13 @@ zunsetup(jmp_buf env) { if (libzahl_set_up) { libzahl_set_up = 0; -#define X(x) zfree(zahl_tmp_##x); +#define X(x)\ + zfree(x); LIST_TEMPS; #undef X +#define X(x, f, v)\ + zfree(x); + LIST_CONSTS; +#undef X } } |
