Re: [PATCH v3] tools/perf/util: Fix memory leak in trace-event-info.c

2013-10-14 Thread Namhyung Kim
On Mon, 14 Oct 2013 20:48:24 -0300, Felipe Pena wrote: > Fix for a memory leak on tracing_data_get() function when returning NULL > explicitly Acked-by: Namhyung Kim Thanks, Namhyung -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...

[PATCH v3] tools/perf/util: Fix memory leak in trace-event-info.c

2013-10-14 Thread Felipe Pena
Fix for a memory leak on tracing_data_get() function when returning NULL explicitly Signed-off-by: Felipe Pena --- tools/perf/util/trace-event-info.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/tools/perf/util/trace-event-info.c b/tools/perf/util/trace-even