Skip to content

Commit

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

Co-authored-by: liuyehcf <1559500551@qq.com>
  • Loading branch information
2 people authored and stdpain committed Nov 14, 2023
1 parent 64001a3 commit c8e307d
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 @@ -567,6 +567,7 @@ void DataStreamRecvr::PipelineSenderQueue::clean_buffer_queues() {
item.closure->Run();
}
}
chunk_queue.clear();
}
}
}
Expand Down

0 comments on commit c8e307d

Please sign in to comment.