[PATCH 3/6] perf trace: Free evlist resources properly on return path

2013-03-14 Thread Namhyung Kim
From: Namhyung Kim The trace_run() function calls several evlist functions but misses some pair-wise cleanup routines on return path. Fix it. Signed-off-by: Namhyung Kim --- tools/perf/builtin-trace.c | 16 +++- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git

[PATCH 3/6] perf trace: Free evlist resources properly on return path

2013-03-14 Thread Namhyung Kim
From: Namhyung Kim namhyung@lge.com The trace_run() function calls several evlist functions but misses some pair-wise cleanup routines on return path. Fix it. Signed-off-by: Namhyung Kim namhy...@kernel.org --- tools/perf/builtin-trace.c | 16 +++- 1 file changed, 11