• Vladislav Vaintroub's avatar
    Fixed crashes found by application verifier: · c4f5908a
    Vladislav Vaintroub authored
    - leaking mutex in lf_hash_destroy
    - pthread_getspecific() before pthread_key_create() in my_thread_var_dbug()
    (called by static C++ object constructors called in sys_vars)
    - perfschema destroys mutexes that were  not created.
    c4f5908a
lf_hash.c 14.6 KB