Fix memory leaks in error reporting with LOG level When loglevel is set to LOG, allocated strings used in the error message would leak. Fix by explicitly pfreeing them.
Author: Ranier Vilela <ranier...@gmail.com> Reviewed-by: Daniel Gustafsson <dan...@yesql.se> Reviewed-by: Michael Paquier <mich...@paquier.xyz> Discussion: https://postgr.es/m/caeudqaqmee0ahcosozzx51z0eifjajhbprft+bxi3etxwen...@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/b362d14816699ed05c47355dcb20bbe46f350b86 Modified Files -------------- src/backend/archive/shell_archive.c | 2 ++ src/backend/libpq/be-secure-common.c | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-)