]> git.baikalelectronics.ru Git - kernel.git/commit
perf machine: Fix missing free of machine->kallsyms_filename
authorAdrian Hunter <adrian.hunter@intel.com>
Tue, 9 Aug 2022 13:07:58 +0000 (16:07 +0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 10 Aug 2022 13:44:02 +0000 (10:44 -0300)
commit5c04595604385a611fa0df8292cc7c7c397ce26b
tree6fe635d5ffbc80239f68c5312b0f7857e5214f29
parentb7ecb74e0737107929fafffdf0c06998585297ec
perf machine: Fix missing free of machine->kallsyms_filename

Add missing free of machine->kallsyms_filename to machine__exit().

Fixes: 1accb82152357482 ("perf tools: Automatically use guest kcore_dir if present")
Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Acked-by: Ian Rogers <irogers@google.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lore.kernel.org/r/20220809130758.12800-1-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/machine.c