Merge tag 'tags/bcm2835-dt-next-2020-03-27' into devicetree/next
[linux-2.6-microblaze.git] / tools / perf / tests / cpumap.c
index 4ac5674..29c793a 100644 (file)
@@ -131,7 +131,6 @@ int test__cpu_map_merge(struct test *test __maybe_unused, int subtest __maybe_un
        TEST_ASSERT_VAL("failed to merge map: bad nr", c->nr == 5);
        cpu_map__snprint(c, buf, sizeof(buf));
        TEST_ASSERT_VAL("failed to merge map: bad result", !strcmp(buf, "1-2,4-5,7"));
-       perf_cpu_map__put(a);
        perf_cpu_map__put(b);
        perf_cpu_map__put(c);
        return 0;