Re: [PATCH] tools: perf: builtin-trace.c: Cleaning up memory leak

2014-06-02 Thread Namhyung Kim
On Sun, 1 Jun 2014 13:38:26 +0200, Rickard Strandqvist wrote: > There is a risk for memory leak in when something unexpected happens > and the function returns. > > This was largely found by using a static code analysis program called > cppcheck. Acked-by: Namhyung Kim Thanks, Namhyung -- To u

[PATCH] tools: perf: builtin-trace.c: Cleaning up memory leak

2014-06-01 Thread Rickard Strandqvist
There is a risk for memory leak in when something unexpected happens and the function returns. This was largely found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- tools/perf/builtin-trace.c |1 + 1 file changed, 1 insertion(+) diff --git a