bugfix for ~GroupConcatExtraResult

This commit is contained in:
obdev
2024-08-21 08:18:02 +00:00
committed by ob-robot
parent c6abadd8cf
commit 726e3a048e

View File

@ -509,6 +509,7 @@ ObAggregateProcessor::GroupConcatExtraResult::~GroupConcatExtraResult()
alloc_.free(sort_op_); alloc_.free(sort_op_);
sort_op_ = NULL; sort_op_ = NULL;
} else { } else {
row_store_iter_.reset();
row_store_.reset(); row_store_.reset();
} }
} }