This is an automated email from the ASF dual-hosted git repository.

dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git

commit 99e11d54b93c9b6d350eb013c15c3730b3679535
Author: yiguolei <676222...@qq.com>
AuthorDate: Wed Aug 7 19:33:24 2024 +0800

    [asancore](memory) release _merge_controller_handler to make sure 
memtracker is 0 (#39002)
    
    ## Proposed changes
    
    Issue Number: close #xxx
    
    <!--Describe your changes.-->
    
    Co-authored-by: yiguolei <yiguo...@gmail.com>
---
 be/src/runtime/query_context.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/be/src/runtime/query_context.cpp b/be/src/runtime/query_context.cpp
index dd7cf4f55b8..04bcb16cc8a 100644
--- a/be/src/runtime/query_context.cpp
+++ b/be/src/runtime/query_context.cpp
@@ -178,6 +178,7 @@ QueryContext::~QueryContext() {
     _runtime_predicates.clear();
     file_scan_range_params_map.clear();
     obj_pool.clear();
+    _merge_controller_handler.reset();
 
     _exec_env->spill_stream_mgr()->async_cleanup_query(_query_id);
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to