aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-annotate.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/builtin-annotate.c')
-rw-r--r--tools/perf/builtin-annotate.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/builtin-annotate.c b/tools/perf/builtin-annotate.c
index 2c1bec39c30e..467a23b14e2f 100644
--- a/tools/perf/builtin-annotate.c
+++ b/tools/perf/builtin-annotate.c
@@ -187,6 +187,7 @@ find_next:
187 * symbol, free he->ms.sym->src to signal we already 187 * symbol, free he->ms.sym->src to signal we already
188 * processed this symbol. 188 * processed this symbol.
189 */ 189 */
190 zfree(&notes->src->cycles_hist);
190 zfree(&notes->src); 191 zfree(&notes->src);
191 } 192 }
192 } 193 }