fix load channel may memory leak (#32277)
This commit is contained in:
committed by
yiguolei
parent
0990014e94
commit
fd1345bef0
@ -916,7 +916,7 @@ Status VNodeChannel::close_wait(RuntimeState* state) {
|
||||
_close_time_ms = UnixMillis() - _close_time_ms;
|
||||
|
||||
if (_cancelled || state->is_cancelled()) {
|
||||
_cancel_with_msg(state->cancel_reason());
|
||||
cancel(state->cancel_reason());
|
||||
}
|
||||
|
||||
if (_add_batches_finished) {
|
||||
|
||||
Reference in New Issue
Block a user