Skip to content
Snippets Groups Projects
Commit 427eb908 authored by Alistair Veitch's avatar Alistair Veitch
Browse files

Fix memory leak

parent 72badb47
No related branches found
No related tags found
No related merge requests found
......@@ -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[]) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment