memory leak when complete_data
This commit is contained in:
@ -1064,7 +1064,7 @@ int ObPhysicalPlanCtx::get_sqludt_meta_by_subschema_id(uint16_t subschema_id, Ob
|
||||
udt_meta = *(reinterpret_cast<ObSqlUDTMeta *>(value.value_));
|
||||
}
|
||||
} else if (!subschema_ctx_.is_inited()) { // no phy plan
|
||||
ret = OB_ERR_UNEXPECTED;
|
||||
ret = OB_ISNULL(phy_plan_) ? OB_NOT_INIT : OB_ERR_UNEXPECTED;
|
||||
LOG_WARN("invalid subschema id", K(ret), K(subschema_id), K(lbt()));
|
||||
} else {
|
||||
if (OB_FAIL(subschema_ctx_.get_subschema(subschema_id, value))) {
|
||||
|
||||
Reference in New Issue
Block a user