• Vladislav Vaintroub's avatar
    Fixed crashes found by application verifier: · dc10436f
    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.
    dc10436f
pfs_atomic.cc 2.63 KB