[PATCH 1/3] perf tools: Freeing allocated memory

2018-02-12 Thread Mathieu Poirier
This patch frees all the memory allocated in function cs_etm__alloc_queue(). Signed-off-by: Mathieu Poirier --- tools/perf/util/cs-etm.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/tools/perf/util/cs-etm.c b/tools/perf/util/cs-etm.c index

[PATCH 1/3] perf tools: Freeing allocated memory

2018-02-12 Thread Mathieu Poirier
This patch frees all the memory allocated in function cs_etm__alloc_queue(). Signed-off-by: Mathieu Poirier --- tools/perf/util/cs-etm.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/tools/perf/util/cs-etm.c b/tools/perf/util/cs-etm.c index b9f0a53dfa65..f2c98774e665 100644 ---