add double-destroy check for MemoryContext
This commit is contained in:
2
deps/oblib/src/lib/worker.h
vendored
2
deps/oblib/src/lib/worker.h
vendored
@ -135,7 +135,7 @@ inline bool Worker::has_req_flag()
|
||||
|
||||
inline ObIAllocator& Worker::get_sql_arena_allocator()
|
||||
{
|
||||
return CURRENT_CONTEXT.get_arena_allocator();
|
||||
return CURRENT_CONTEXT->get_arena_allocator();
|
||||
}
|
||||
|
||||
inline ObIAllocator& Worker::get_allocator()
|
||||
|
||||
Reference in New Issue
Block a user