OSDN Git Service

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)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 18 Sep 2017 12:40:21 +0000 (09:40 -0300)
commitc896f85a7c15ab9d040ffac8b8003e47996602a2
treef65e995175ee475efdb93622228ba5425a8ec8c1
parent333b566559019b146905c623bde7f455c1d5add3
perf tools: Fix leaking rec_argv in error cases

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>
tools/perf/builtin-c2c.c
tools/perf/builtin-mem.c
tools/perf/builtin-timechart.c
tools/perf/builtin-trace.c