From 4110ecf75b5e5e04178d2232b682aeac9e8c3d63 Mon Sep 17 00:00:00 2001 From: hanr881 <1741282579@qq.com> Date: Mon, 17 Jul 2023 10:42:30 +0000 Subject: [PATCH] to issue<50925489>:fix commarray mod memory leak when using objaccessexpr --- src/pl/ob_pl_type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pl/ob_pl_type.h b/src/pl/ob_pl_type.h index fe7cb1ac2..f43c3bfc6 100644 --- a/src/pl/ob_pl_type.h +++ b/src/pl/ob_pl_type.h @@ -733,7 +733,7 @@ public: share::schema::ObIRoutineInfo *routine_info_; const ObPLBlockNS *var_ns_; //当AccessType是SUBPROGRAM_VAR时,这里记录的是VAR对应的NS }; - common::ObArray type_method_params_; + common::ObSEArray type_method_params_; sql::ObRawExpr *get_sysfunc_; //user/session/pkg var or table index expr };