Zheng Zengkai b4281b2f75 perf record: Fix memory leak when using '--user-regs=?' to list registers
[ Upstream commit 2eb5dd418034ecea2f7031e3d33f2991a878b148 ]

When using 'perf record's option '-I' or '--user-regs=' along with
argument '?' to list available register names, memory of variable 'os'
allocated by strdup() needs to be released before __parse_regs()
returns, otherwise memory leak will occur.

Fixes: bcc84ec65ad1 ("perf record: Add ability to name registers to record")
Signed-off-by: Zheng Zengkai <zhengzengkai@huawei.com>
Acked-by: Jiri Olsa <jolsa@redhat.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Li Bin <huawei.libin@huawei.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lore.kernel.org/r/20200703093344.189450-1-zhengzengkai@huawei.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2020-12-30 11:26:05 +01:00
..
2018-04-27 10:47:06 -03:00
2018-05-22 10:52:49 -03:00
2020-10-01 13:14:46 +02:00
2019-11-12 19:20:37 +01:00
2016-10-24 11:07:39 -03:00
2019-08-16 10:12:41 +02:00
2018-03-16 13:52:37 -03:00
2018-03-05 11:52:41 -03:00
2017-11-18 08:59:27 +01:00
2017-07-18 23:14:08 -03:00
2020-11-10 12:36:02 +01:00