#807: Removed double fclose of prof_file
authorIan Lynagh <igloo@earth.li>
Sat, 8 Jul 2006 15:24:24 +0000 (15:24 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 8 Jul 2006 15:24:24 +0000 (15:24 +0000)
commit835a1c84ed6817455b0b76aafac4ac69a4b6d5c2
tree47fafd4605fa0632cbdb0ecca4ae1fbf2ebc7367
parent6e0c3f50e131f502577a61b09a339af295de9d23
#807: Removed double fclose of prof_file
prof_file was being fclose'd in both gen_XML_logfile and hs_exit, leading
to glibc complaining of a double free.
rts/Profiling.c