Re: [PATCH] perf tools: Free strlist in strlist__delete()

2013-09-06 Thread David Ahern
On 9/5/13 11:35 PM, Namhyung Kim wrote: From: Namhyung Kim It seems strlist never deleted after allocated. AFAICS every strlist is allocated dynamically, just free it in the _delete() function. Signed-off-by: Namhyung Kim --- tools/perf/util/strlist.c | 4 +++- 1 file changed, 3

Re: [PATCH] perf tools: Free strlist in strlist__delete()

2013-09-06 Thread David Ahern
On 9/5/13 11:35 PM, Namhyung Kim wrote: From: Namhyung Kim namhyung@lge.com It seems strlist never deleted after allocated. AFAICS every strlist is allocated dynamically, just free it in the _delete() function. Signed-off-by: Namhyung Kim namhy...@kernel.org ---

[PATCH] perf tools: Free strlist in strlist__delete()

2013-09-05 Thread Namhyung Kim
From: Namhyung Kim It seems strlist never deleted after allocated. AFAICS every strlist is allocated dynamically, just free it in the _delete() function. Signed-off-by: Namhyung Kim --- tools/perf/util/strlist.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

[PATCH] perf tools: Free strlist in strlist__delete()

2013-09-05 Thread Namhyung Kim
From: Namhyung Kim namhyung@lge.com It seems strlist never deleted after allocated. AFAICS every strlist is allocated dynamically, just free it in the _delete() function. Signed-off-by: Namhyung Kim namhy...@kernel.org --- tools/perf/util/strlist.c | 4 +++- 1 file changed, 3