[Bug](regression-test) Fix grace stop be coredump in pipeline (#18076)

This commit is contained in:
HappenLee
2023-03-24 17:44:06 +08:00
committed by GitHub
parent 1a3c6b7ed9
commit b244c41371

View File

@ -345,8 +345,8 @@ void ExecEnv::_destroy() {
SAFE_DELETE(_tmp_file_mgr);
SAFE_DELETE(_load_path_mgr);
SAFE_DELETE(_master_info);
SAFE_DELETE(_fragment_mgr);
SAFE_DELETE(_pipeline_task_scheduler);
SAFE_DELETE(_fragment_mgr);
SAFE_DELETE(_cgroups_mgr);
SAFE_DELETE(_broker_client_cache);
SAFE_DELETE(_frontend_client_cache);