[pgpool-committers: 5345] pgpool: Fix memory leak found by Coverity,

Tatsuo Ishii ishii at sraoss.co.jp
Thu Nov 15 09:27:28 JST 2018


Fix memory leak found by Coverity,

This is actually harmless since in the situation pgpool child process
exits and the leaked memory is gone anyway.  I just want to shut off
Coverity's complain.

Branch
------
V3_4_STABLE

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=b4ff05de669e7791df5ad6741f5adddef0d943a0

Modified Files
--------------
src/protocol/child.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)



More information about the pgpool-committers mailing list