aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf')
-rw-r--r--tools/perf/util/hist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/hist.c b/tools/perf/util/hist.c
index 277947a669b2..a1b823f8c17f 100644
--- a/tools/perf/util/hist.c
+++ b/tools/perf/util/hist.c
@@ -410,6 +410,7 @@ hist_entry__collapse(struct hist_entry *left, struct hist_entry *right)
410 410
411void hist_entry__free(struct hist_entry *he) 411void hist_entry__free(struct hist_entry *he)
412{ 412{
413 free(he->branch_info);
413 free(he); 414 free(he);
414} 415}
415 416