cleaning up is now done from DllMain

This commit is contained in:
Holger Vogt 2017-11-05 10:45:00 +01:00
parent 1894b10ddd
commit 5a42a2b6f0
1 changed files with 0 additions and 2 deletions

View File

@ -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++)