aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/support/cpu_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/support/cpu_test.c')
-rw-r--r--test/core/support/cpu_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/core/support/cpu_test.c b/test/core/support/cpu_test.c
index c10484eaf7..6559c1b57e 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[]) {