[CP] fix io_allocator destroy before mem_free
This commit is contained in:
@ -697,8 +697,8 @@ void ObTenantIOManager::destroy()
|
|||||||
io_tracer_.destroy();
|
io_tracer_.destroy();
|
||||||
io_scheduler_ = nullptr;
|
io_scheduler_ = nullptr;
|
||||||
tenant_id_ = 0;
|
tenant_id_ = 0;
|
||||||
io_allocator_.destroy();
|
|
||||||
group_id_index_map_.destroy();
|
group_id_index_map_.destroy();
|
||||||
|
io_allocator_.destroy();
|
||||||
is_inited_ = false;
|
is_inited_ = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user