[PATCH 3/9] perf hists: Free srcline when freeing hist_entry

2013-09-10 Thread Namhyung Kim
From: Namhyung Kim We've been leaked srcline of hist_entry, it should be freed also. Reviewed-by: Jiri Olsa Signed-off-by: Namhyung Kim --- tools/perf/util/hist.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/perf/util/hist.c b/tools/perf/util/hist.c index 46a0d35a05e1..e6c11ccf13

[PATCH 3/9] perf hists: Free srcline when freeing hist_entry

2013-07-31 Thread Namhyung Kim
From: Namhyung Kim We've been leaked srcline of hist_entry, it should be freed also. Signed-off-by: Namhyung Kim --- tools/perf/util/hist.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/perf/util/hist.c b/tools/perf/util/hist.c index 46a0d35a05e1..e6c11ccf138c 100644 --- a/tools/pe