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