diff options
author | Jakub Jelinek <jakub@redhat.com> | 2008-03-26 11:22:19 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2008-03-26 11:22:19 +0000 |
commit | f23e5ee26d14b7931c65e5df0bf46ff356c6177b (patch) | |
tree | 7ec5160f8a03894ed0f4be9a1c312ed5bffdc7e5 /gmon | |
parent | d0b6ac6c5023a223e150c49c422c7ad2bd99456c (diff) | |
download | glibc-f23e5ee26d14b7931c65e5df0bf46ff356c6177b.tar glibc-f23e5ee26d14b7931c65e5df0bf46ff356c6177b.tar.gz glibc-f23e5ee26d14b7931c65e5df0bf46ff356c6177b.tar.bz2 glibc-f23e5ee26d14b7931c65e5df0bf46ff356c6177b.zip |
Updated to fedora-glibc-20080326T1041cvs/fedora-glibc-2_7_90-12
Diffstat (limited to 'gmon')
-rw-r--r-- | gmon/gmon.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gmon/gmon.c b/gmon/gmon.c index 1e94aaba5f..8e2eddd0bc 100644 --- a/gmon/gmon.c +++ b/gmon/gmon.c @@ -396,6 +396,5 @@ _mcleanup (void) write_gmon (); /* free the memory. */ - if (_gmonparam.tos != NULL) - free (_gmonparam.tos); + free (_gmonparam.tos); } |