fix double free on async io fail, sync io succ and transform failed
This commit is contained in:
parent
ff4b63ff0f
commit
92ca4c4f9b
@ -1400,8 +1400,8 @@ int ObIndexMicroBlockCache::load_block(
|
||||
}
|
||||
if (nullptr != transform_buf) {
|
||||
allocator->free(transform_buf);
|
||||
block_data.reset();
|
||||
}
|
||||
block_data.reset();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user