perf test: Consider PERF_SAMPLE_TRANSACTION in the "sample parsing" test
[deliverable/linux.git] / tools / perf / util / hist.c
index f3278a388e9a916c5e3c95f940f0fcc5be20b82d..cca03831f41abcc88557572220fa0d2e9b6a14c8 100644 (file)
@@ -535,6 +535,7 @@ void hist_entry__free(struct hist_entry *he)
 {
        free(he->branch_info);
        free(he->mem_info);
+       free_srcline(he->srcline);
        free(he);
 }
 
This page took 0.027474 seconds and 5 git commands to generate.