[bugfix]io_buf must free after handle.reset()

This commit is contained in:
renju96 2023-12-08 03:12:40 +00:00 committed by ob-robot
parent 23ca02d9c4
commit adc5c71a50

View File

@ -1174,6 +1174,8 @@ int ObIndexBlockTreeCursor::load_micro_block_data(const MacroBlockId &macro_bloc
}
}
}
macro_handle.reset();
io_allocator.reset();
return ret;
}