Em ter., 2 de abr. de 2024 às 15:31, Daniel Gustafsson <[email protected]> escreveu:
> > On 2 Apr 2024, at 20:13, Ranier Vilela <[email protected]> wrote: > > > Fix by freeing the pointer, like pclose_check (src/common/exec.c) > similar case. > > Off the cuff, seems reasonable when loglevel is LOG. > Per Coverity. Another case of resource leak, when loglevel is LOG. In the function shell_archive_file (src/backend/archive/shell_archive.c) The pointer *xlogarchcmd* is not freed. best regards, Ranier Vilela
fix-resource-leak-shell_archive.patch
Description: Binary data
