issue<48107888>:fix memory leak of inner store routine with out argument

This commit is contained in:
obdev
2023-04-19 07:11:50 +00:00
committed by ob-robot
parent 05d068d8ee
commit 0d6dc4e2ca
5 changed files with 44 additions and 0 deletions

View File

@ -549,6 +549,9 @@ public:
ObDataType *dest_type,
uint64_t package_id = OB_INVALID_ID);
static int spi_destruct_obj(pl::ObPLExecCtx *ctx,
ObObj *obj);
static int spi_build_record_type(common::ObIAllocator &allocator,
ObSQLSessionInfo &session,
share::schema::ObSchemaGetterGuard &schema_guard,