Updating rix output to new standard.
[ghc-hetmet.git] / rts / RtsStartup.c
index 5bb9806..937334b 100644 (file)
@@ -438,6 +438,9 @@ hs_exit(void)
     // also outputs the stats (+RTS -s) info.
     exitStorage();
     
+    /* free the tasks */
+    freeScheduler();
+
     /* free shared Typeable store */
     exitTypeableStore();