diff options
Diffstat (limited to 'gprof/utils.c')
-rw-r--r-- | gprof/utils.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gprof/utils.c b/gprof/utils.c index 4fc2db6..76bc57d 100644 --- a/gprof/utils.c +++ b/gprof/utils.c @@ -85,10 +85,7 @@ print_name_only (Sym *self) printf ("%s", buf); size += strlen (buf); } - if (demangled) - { - free (demangled); - } + free (demangled); DBG (DFNDEBUG, printf ("{%d} ", self->cg.top_order)); DBG (PROPDEBUG, printf ("%4.0f%% ", 100.0 * self->cg.prop.fract)); } |