mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-06 14:10:30 +08:00
(_mcleanup): Free tostruct array allocated in monstartup.
This commit is contained in:
parent
4b4a00eb13
commit
98bec7469c
@ -319,4 +319,7 @@ _mcleanup ()
|
||||
write_bb_counts (fd);
|
||||
|
||||
__close (fd);
|
||||
|
||||
/* free the memory. */
|
||||
free (_gmonparam.tos);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user