Re: [PATCH 01/22] perf tools: Fix memory leak in event_format__print function

2014-02-04 Thread Namhyung Kim
On Sun, 2 Feb 2014 22:38:49 +0100, Jiri Olsa wrote: > Properly destroying trace_seq object. > > Signed-off-by: Jiri Olsa > Cc: Corey Ashford > Cc: Frederic Weisbecker > Cc: Ingo Molnar Acked-by: Namhyung Kim Thanks, Namhyung -- To unsubscribe from this list: send the line "unsubscribe linux

[PATCH 01/22] perf tools: Fix memory leak in event_format__print function

2014-02-02 Thread Jiri Olsa
Properly destroying trace_seq object. Signed-off-by: Jiri Olsa Cc: Corey Ashford Cc: Frederic Weisbecker Cc: Ingo Molnar Cc: Namhyung Kim Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Arnaldo Carvalho de Melo Cc: Steven Rostedt Cc: David Ahern --- tools/perf/util/trace-event-parse.c | 1 +