[CP] fix io_allocator destroy before mem_free

This commit is contained in:
renju96
2023-07-11 06:48:26 +00:00
committed by ob-robot
parent 56b8609165
commit ca5d9652c4

View File

@ -697,8 +697,8 @@ void ObTenantIOManager::destroy()
io_tracer_.destroy();
io_scheduler_ = nullptr;
tenant_id_ = 0;
io_allocator_.destroy();
group_id_index_map_.destroy();
io_allocator_.destroy();
is_inited_ = false;
}