!3865 修复PushOverrideSearchPath内存泄露

Merge pull request !3865 from duzhuolin/bugfix_Q19
This commit is contained in:
opengauss_bot
2023-07-31 01:55:22 +00:00
committed by Gitee

View File

@ -3940,6 +3940,8 @@ void PushOverrideSearchPath(OverrideSearchPath* newpath, bool inProcedure)
break;
}
}
pfree_ext(rawname);
list_free_ext(namelist);
}
/*