]> www.infradead.org Git - users/jedix/linux-maple.git/commit
perf test: Fix leak in "Synthesize attr update" test
authorIan Rogers <irogers@google.com>
Wed, 5 Mar 2025 19:19:31 +0000 (11:19 -0800)
committerNamhyung Kim <namhyung@kernel.org>
Thu, 6 Mar 2025 23:59:41 +0000 (15:59 -0800)
commit2c744f38da7aeae77f9fc220a538fe8ca88f6db4
tree4dcf02a5add793139e9661131b8aff1b4fbf298a
parent41453107bfc3008302c2b98cc01da55890235b77
perf test: Fix leak in "Synthesize attr update" test

The own_cpus map variable may be non-NULL and hold a reference, in
particular on hybrid machines. Do a put before overwriting the
variable to avoid a memory leak.

Signed-off-by: Ian Rogers <irogers@google.com>
Reviewed-by: James Clark <james.clark@linaro.org>
Link: https://lore.kernel.org/r/20250305191931.604764-1-irogers@google.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/tests/event_update.c