fix memory leak caused by ObSolidifiedVarsContext::local_tz_wrap_

This commit is contained in:
JinmaoLi
2024-05-24 12:02:07 +00:00
committed by ob-robot
parent 38c42c63d0
commit c7a7805e27
5 changed files with 12 additions and 31 deletions

View File

@ -146,7 +146,7 @@ ObExecContext::~ObExecContext()
phy_plan_ctx_->~ObPhysicalPlanCtx();
} else {
// free subschema map memory
phy_plan_ctx_->get_subschema_ctx().destroy();
phy_plan_ctx_->destroy();
}
}
phy_plan_ctx_ = NULL;