Skip to content
Snippets Groups Projects
Commit a449ff3e authored by sof's avatar sof
Browse files

[project @ 1997-03-14 02:24:54 by sof]

Free foreign objects on exit
parent 449d4c61
No related merge requests found
......@@ -23,6 +23,8 @@ A filehandle to which any storage-manager statistics should be written.
rtsBool
exitSM (smInfo *sm_info)
{
/* Upon closing down the storage manager, we free all foreign objects */
freeForeigns(sm_info->ForeignObjList);
stat_exit(sm_info->hp - hp_start);
return rtsTrue; /* I'm happy */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment