Commit e5d83ad4 authored by Marko Mäkelä's avatar Marko Mäkelä

MDEV-20612 fixup: Fix a memory leak in buffer pool resize

parent 2e84846e
......@@ -121,6 +121,7 @@ void lock_sys_t::hash_table::resize(ulint n)
}
}
aligned_free(array);
array= new_array;
n_cells= new_n_cells;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment