This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-2.0-alpha in repository https://gitbox.apache.org/repos/asf/doris.git
commit d64e4831634633074871015318aaffa469bbdc31 Author: HappenLee <[email protected]> AuthorDate: Sun Apr 16 16:22:41 2023 +0800 [Bug](pipeline) regression heap use after free (#18701) --- be/src/vec/exec/scan/scanner_context.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/be/src/vec/exec/scan/scanner_context.cpp b/be/src/vec/exec/scan/scanner_context.cpp index eb7b300724..a42044f4c1 100644 --- a/be/src/vec/exec/scan/scanner_context.cpp +++ b/be/src/vec/exec/scan/scanner_context.cpp @@ -272,7 +272,6 @@ void ScannerContext::clear_and_join(VScanNode* node, RuntimeState* state) { _close_and_clear_scanners(node, state); _blocks_queue.clear(); - _free_blocks.clear(); } bool ScannerContext::no_schedule() { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
