We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c843ae commit 00059edCopy full SHA for 00059ed
tools/perf/tests/evsel-tp-sched.c
@@ -85,5 +85,6 @@ int test__perf_evsel__tp_sched_test(struct test *test __maybe_unused, int subtes
85
if (perf_evsel__test_field(evsel, "target_cpu", 4, true))
86
ret = -1;
87
88
+ perf_evsel__delete(evsel);
89
return ret;
90
}
0 commit comments