Skip to content

Commit

Permalink
[BugFix] Fix be crash of using closure that already released (StarRoc…
Browse files Browse the repository at this point in the history
…ks#33876)

Signed-off-by: liuyehcf <1559500551@qq.com>
(cherry picked from commit 9c84d99)
  • Loading branch information
liuyehcf authored and wanpengfei-git committed Oct 30, 2023
1 parent d625664 commit 0c4b2a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions be/src/runtime/sender_queue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,7 @@ void DataStreamRecvr::PipelineSenderQueue::clean_buffer_queues() {
item.closure->Run();
}
}
chunk_queue.clear();
}
}
}
Expand Down

0 comments on commit 0c4b2a3

Please sign in to comment.