fix udf dynamic memory leak of 4.0 branch
This commit is contained in:
@ -145,6 +145,7 @@ int ObCallProcedureExecutor::execute(ObExecContext &ctx, ObCallProcedureStmt &st
|
||||
int64_t pkg_id = stmt.is_udt_routine()
|
||||
? share::schema::ObUDTObjectType::mask_object_id(package_id) : package_id;
|
||||
if (OB_FAIL(ctx.get_pl_engine()->execute(ctx,
|
||||
ctx.get_allocator(),
|
||||
pkg_id,
|
||||
routine_id,
|
||||
path,
|
||||
|
||||
Reference in New Issue
Block a user