1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

fix application verifier crashes

This commit is contained in:
Vladislav Vaintroub
2012-04-15 01:40:00 +02:00
parent 87b6f24106
commit 8bf7aae23e
3 changed files with 10 additions and 2 deletions

View File

@ -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;