[CP] [to #2024122500106639767] enable memory leak checker for pl/sql

This commit is contained in:
obdev
2025-01-13 09:45:25 +00:00
committed by ob-robot
parent 6f9f8f62ae
commit a7a94dce63
16 changed files with 102 additions and 37 deletions

View File

@ -779,6 +779,7 @@ int ObExprSysContext::eval_sys_context(const ObExpr &expr, ObEvalCtx &ctx,
ObDatum &res)
{
int ret = OB_SUCCESS;
DISABLE_SQL_MEMLEAK_GUARD;
ObDatum *ns = NULL;
ObDatum *para = NULL;
eval_fun fun = NULL;