-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.2.3
-
Component/s: Storage Engine - InnoDB
-
Labels:
-
Sprint:10.2.4-5
The call to srv_latch_meta_destroy() was disabled, because it was dereferencing some freed memory, because some calls to mutex_free() were omitted.
Do call the function on shutdown, and ensure that all mutex_create() is paired with mutex_free().