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

2013-10-10 Thread Namhyung Kim
Hi Felipe, On Wed, 9 Oct 2013 23:28:55 -0300, Felipe Pena wrote: > Fix for a memory leak on tracing_data_get() function when returning NULL > explicitly Thanks for fixing this bug. Please see comment below. > > Signed-off-by: Felipe Pena > --- > tools/perf/util/trace-event-info.c |8 +++

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

2013-10-09 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 |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tools/perf/util/trace-event-info.c b/tools/perf/util/trace-event-