Fix small memory leaks in GUC checks Follow-up commit to a9d58bfe8a3a. Backpatch down to v16 where this was added in order to keep the code consistent for future backpatches.
Author: Tofig Aliev <[email protected]> Reviewed-by: Daniel Gustafsson <[email protected]> Reviewed-by: Masahiko Sawada <[email protected]> Discussion: https://postgr.es/m/[email protected] Backpatch-through: 16 Branch ------ REL_17_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/9add1bbfa6659f45eb70f19961ce88973801b8ed Modified Files -------------- src/backend/commands/variable.c | 4 ++++ 1 file changed, 4 insertions(+)
