Skip to content

Commit

Permalink
[BugFix] fix be exit probelm (#44162)
Browse files Browse the repository at this point in the history
Signed-off-by: before-Sunrise <[email protected]>
(cherry picked from commit 84a6e96)
  • Loading branch information
before-Sunrise authored and mergify[bot] committed Apr 17, 2024
1 parent f95c464 commit 6712fb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions be/src/runtime/exec_env.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 6712fb2

Please sign in to comment.