(_mcleanup): Free tostruct array allocated in monstartup.

This commit is contained in:
Ulrich Drepper 1997-05-25 01:24:53 +00:00
parent 4b4a00eb13
commit 98bec7469c

View File

@ -319,4 +319,7 @@ _mcleanup ()
write_bb_counts (fd);
__close (fd);
/* free the memory. */
free (_gmonparam.tos);
}