From 8bf7aae23e4448df3ec2a86f04d0a166fafdd1e6 Mon Sep 17 00:00:00 2001 From: Vladislav Vaintroub Date: Sun, 15 Apr 2012 01:40:00 +0200 Subject: fix application verifier crashes --- mysys/my_thr_init.c | 1 - 1 file changed, 1 deletion(-) (limited to 'mysys/my_thr_init.c') diff --git a/mysys/my_thr_init.c b/mysys/my_thr_init.c index 03041342787..ac16189f3a7 100644 --- a/mysys/my_thr_init.c +++ b/mysys/my_thr_init.c @@ -274,7 +274,6 @@ void my_thread_global_end(void) */ if (all_threads_killed) { - pthread_key_delete(THR_KEY_mysys); my_thread_destroy_internal_mutex(); } my_thread_global_init_done= 0; -- cgit v1.2.1