[project @ 2002-04-09 12:55:11 by simonmar]
authorsimonmar <unknown>
Tue, 9 Apr 2002 12:55:11 +0000 (12:55 +0000)
committersimonmar <unknown>
Tue, 9 Apr 2002 12:55:11 +0000 (12:55 +0000)
commited0222d6dcf80ed4b46f1199c0c4e81c58f45e9d
treeb8777fee1f8b22b23971e8e1e24f41a7db8a944d
parent74c05fae75e32cd8edab8df16e0405f207351198
[project @ 2002-04-09 12:55:11 by simonmar]
- Revert rev. 1.7, i.e. go back to using malloc/free and a free list
  to manage hash list cells, because the arena method doesn't recycle
  used cells, resulting in memory leaks.

- Add a freeHashList() call which was missing in removeHashTable().
ghc/rts/Hash.c