Commit 6cbd4c85 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

We might as well clean up the witness memory, when it is this easy.

Spotted by: Rasmus Villemoes
parent a2a17a1b
......@@ -350,7 +350,7 @@ child_main(int sigmagic, size_t altstksz)
AZ(pthread_key_create(&req_key, NULL));
AZ(pthread_key_create(&bo_key, NULL));
AZ(pthread_key_create(&witness_key, NULL));
AZ(pthread_key_create(&witness_key, free));
AZ(pthread_key_create(&name_key, NULL));
THR_SetName("cache-main");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment