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

This commit is contained in:
saltonz 2024-02-06 15:54:46 +00:00 committed by ob-robot
parent ff4b63ff0f
commit 92ca4c4f9b

View File

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