Fix section code REVERSE_ INULL, DIVIDE_ BY_ ZERO's problem
This commit is contained in:
@ -633,9 +633,7 @@ void ObChunkDatumStore::reset()
|
||||
if (nullptr != callback_) {
|
||||
callback_->free(item->get_buffer()->mem_size());
|
||||
}
|
||||
if (NULL != item) {
|
||||
allocator_->free(item);
|
||||
}
|
||||
allocator_->free(item);
|
||||
}
|
||||
|
||||
if (NULL != batch_ctx_) {
|
||||
|
||||
Reference in New Issue
Block a user