Re: [PATCH] tools/perf/tests: Fix memory leak in dso-data.c

2013-10-10 Thread Jiri Olsa
On Wed, Oct 09, 2013 at 11:00:38PM -0300, Felipe Pena wrote: > Fix for a memory leak on test_file() function in dso-data.c oops, thanks ;-) Acked-by: Jiri Olsa > > Signed-off-by: Felipe Pena > --- > tools/perf/tests/dso-data.c |1 + > 1 file changed, 1 insertion(+) > > diff --git a/tool

[PATCH] tools/perf/tests: Fix memory leak in dso-data.c

2013-10-09 Thread Felipe Pena
Fix for a memory leak on test_file() function in dso-data.c Signed-off-by: Felipe Pena --- tools/perf/tests/dso-data.c |1 + 1 file changed, 1 insertion(+) diff --git a/tools/perf/tests/dso-data.c b/tools/perf/tests/dso-data.c index dffe055..9cc81a3 100644 --- a/tools/perf/tests/dso-data.c