diff options
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); } |