We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e282948 commit a3dbfc0Copy full SHA for a3dbfc0
be/src/runtime/exec_env.cpp
@@ -739,8 +739,8 @@ void ExecEnv::destroy() {
739
SAFE_DELETE(_broker_mgr);
740
SAFE_DELETE(_bfd_parser);
741
SAFE_DELETE(_load_path_mgr);
742
- SAFE_DELETE(_brpc_stub_cache);
743
SAFE_DELETE(_brpc_stub_manager);
+ SAFE_DELETE(_brpc_stub_cache);
744
SAFE_DELETE(_udf_call_pool);
745
SAFE_DELETE(_pipeline_prepare_pool);
746
SAFE_DELETE(_pipeline_sink_io_pool);
0 commit comments