cleaning up is now done from DllMain
This commit is contained in:
parent
1894b10ddd
commit
5a42a2b6f0
|
|
@ -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++)
|
||||
|
|
|
|||
Loading…
Reference in New Issue