commit | 0161d82e9b740caa90f508138d1ae1b9d981b6d3 | [log] [tgz] |
---|---|---|
author | Namhyung Kim <namhyung@gmail.com> | Tue Dec 13 00:16:53 2011 +0900 |
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | Tue Dec 20 13:41:34 2011 -0200 |
tree | 4a4fad76eaf976fcf908a0e31bee9955d540ee65 | |
parent | d74c896b7e3250a07f7d0315eecdd2ae1a7bc3c3 [diff] |
perf tools: Fix a memory leak on perf_read_values_destroy After freeing each elements of the @values->value, we should free itself too. Cc: Ingo Molnar <mingo@elte.hu> Cc: Paul Mackerras <paulus@samba.org> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Link: http://lkml.kernel.org/r/1323703017-6060-5-git-send-email-namhyung@gmail.com Signed-off-by: Namhyung Kim <namhyung@gmail.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>