perf inject: Call dso__put() even if dso->hit is set
authorNamhyung Kim <namhyung@kernel.org>
Mon, 24 May 2021 22:50:50 +0000 (15:50 -0700)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 26 May 2021 12:36:45 +0000 (09:36 -0300)
commit0c3f7b38d72b924741e1f29a38f89bf91158f5b8
tree358af1ebf1018084761840fa6f191580d6bc3e5e
parenta92bf335fd82eeee0e95705bfd25014ee0c8262e
perf inject: Call dso__put() even if dso->hit is set

Otherwise it'll leak the refcount for the DSO.  As dso__put() can
handle a NULL dso pointer, we can just call it unconditionally.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Acked-by: Jiri Olsa <jolsa@redhat.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lore.kernel.org/lkml/20210524225051.1190486-1-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-inject.c