FIX: #1227 (biographical profiling broken)
authorSimon Marlow <simonmar@microsoft.com>
Tue, 8 May 2007 10:45:51 +0000 (10:45 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Tue, 8 May 2007 10:45:51 +0000 (10:45 +0000)
commit897bcbf84da1b217503e86910ac27255106fc026
tree3249987a2cf579f8cd6a0c64c53d066ceceaebbf
parent7f6c03992744898286d41529200508f775a77e04
FIX: #1227 (biographical profiling broken)
We were freeing the hash table storage with exitHashTable() before
calling endProfiling(), which uses hash tables.
rts/RtsStartup.c