diff --git a/test/core/support/cpu_test.c b/test/core/support/cpu_test.c index c10484eaf7c..6559c1b57e2 100644 --- a/test/core/support/cpu_test.c +++ b/test/core/support/cpu_test.c @@ -131,6 +131,7 @@ static void cpu_test(void) { } } fprintf(stderr, "] (%d/%d)\n", cores_seen, ct.ncores); + gpr_free(ct.used); } int main(int argc, char *argv[]) {