From 5a42a2b6f09b5d3c33ade828e3597d374e12b5a2 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sun, 5 Nov 2017 10:45:00 +0100 Subject: [PATCH] cleaning up is now done from DllMain --- src/frontend/trannoise/wallace.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/frontend/trannoise/wallace.c b/src/frontend/trannoise/wallace.c index 8421b2d19..ef0383e7f 100644 --- a/src/frontend/trannoise/wallace.c +++ b/src/frontend/trannoise/wallace.c @@ -93,8 +93,6 @@ initw(void) addrif = TMALLOC(unsigned int, (n + NOTRANS)); addrib = TMALLOC(unsigned int, (n + NOTRANS)); - atexit(destroy_wallace); - /* fill the first pool with normally distributed values */ PolarGauss(&pool1[0], &pool1[1]); for (i = 1; i < n>>1; i++)