[pgpool-committers: 5341] 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_7_STABLE

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

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



More information about the pgpool-committers mailing list