Skip to content
  • Libing Song's avatar
    439c5c73
    BUG#26362562 COMMIT_ORDER_MANAGER INSTRUMENTATION IS INCOMPLETE · 439c5c73
    Libing Song authored
    Description
    ===========
    mysql_mutex_destroy was not called in ~Commit_order_manager. It
    caused a memory leak in debug build after WL#9764.
    
    Fix
    ===
    Both mysql_mutex_destroy and mysql_cond_destroy are called to
    destroy the mutex and condition objects in ~Commit_order_manager.
    439c5c73
    BUG#26362562 COMMIT_ORDER_MANAGER INSTRUMENTATION IS INCOMPLETE
    Libing Song authored
    Description
    ===========
    mysql_mutex_destroy was not called in ~Commit_order_manager. It
    caused a memory leak in debug build after WL#9764.
    
    Fix
    ===
    Both mysql_mutex_destroy and mysql_cond_destroy are called to
    destroy the mutex and condition objects in ~Commit_order_manager.
Loading