Fix section code REVERSE_ INULL, DIVIDE_ BY_ ZERO's problem

This commit is contained in:
obdev
2024-01-10 10:30:07 +00:00
committed by ob-robot
parent 104a9f60d0
commit db305bcbc0
3 changed files with 35 additions and 24 deletions

View File

@ -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_) {