[pgpool-committers: 6215] pgpool: Fix memory leak while attempting to connect to backend.

Tatsuo Ishii ishii at sraoss.co.jp
Wed Sep 25 10:44:18 JST 2019


Fix memory leak while attempting to connect to backend.

If no backend is up and running, memory for copy of startup packet
will be lost. This was brought by commit cdb49d3b7. Per coverity.

Branch
------
V4_1_STABLE

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

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



More information about the pgpool-committers mailing list