fix double free on async io fail, sync io succ and transform failed

This commit is contained in:
saltonz
2023-11-20 08:41:52 +00:00
committed by ob-robot
parent 8c29838c4a
commit d9ca3d13de

View File

@ -1400,8 +1400,8 @@ int ObIndexMicroBlockCache::load_block(
}
if (nullptr != transform_buf) {
allocator->free(transform_buf);
block_data.reset();
}
block_data.reset();
}
}
}