diff --git a/be/src/runtime/exec_env.cpp b/be/src/runtime/exec_env.cpp index 57aed41eb2d98..7c8abca790bff 100644 --- a/be/src/runtime/exec_env.cpp +++ b/be/src/runtime/exec_env.cpp @@ -713,6 +713,8 @@ void ExecEnv::destroy() { SAFE_DELETE(_lake_update_manager); SAFE_DELETE(_lake_replication_txn_manager); SAFE_DELETE(_cache_mgr); + _dictionary_cache_pool.reset(); + _automatic_partition_pool.reset(); _metrics = nullptr; }