[project @ 2005-01-31 12:57:26 by simonmar]
[ghc-base.git] / GHC / TopHandler.lhs
index 6082a03..829752e 100644 (file)
@@ -58,6 +58,7 @@ topHandler err = catchException (real_handler err) topHandler
 --
 real_handler :: Exception -> IO a
 real_handler ex =
+  cleanUp >>
   case ex of
        AsyncException StackOverflow -> do
           reportStackOverflow