perf tools: Fix leaking rec_argv in error cases
authorMartin Kepplinger <martink@posteo.de>
Wed, 13 Sep 2017 19:14:19 +0000 (21:14 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 10 Dec 2017 12:40:43 +0000 (13:40 +0100)
commit6d29ae49cd31597586835fd22957adba5368cdb1
tree7c7f90b1f6bcca302651cf0aecc6af83aca77ede
parentcf33c88d64557ab627eca91c79c8a7891a9ba9d4
perf tools: Fix leaking rec_argv in error cases

[ Upstream commit c896f85a7c15ab9d040ffac8b8003e47996602a2 ]

Let's free the allocated rec_argv in case we return early, in order to
avoid leaking memory.

This adds free() at a few very similar places across the tree where it
was missing.

Signed-off-by: Martin Kepplinger <martink@posteo.de>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Martin kepplinger <martink@posteo.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20170913191419.29806-1-martink@posteo.de
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/perf/builtin-c2c.c
tools/perf/builtin-mem.c
tools/perf/builtin-timechart.c
tools/perf/builtin-trace.c