[pgpool-committers: 1370] pgpool: Fix memory leak when SSL is requested.

Tatsuo Ishii ishii at postgresql.org
Sat Nov 2 12:30:57 JST 2013


Fix memory leak when SSL is requested.

When SSL is requested, pgpool child retries to read start up packet.
However it does not free the memory for previous start up packet.

Per Coverity report "1111443 Resource".

Branch
------
V3_1_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=259287a7b9f5d57bd5d22b67ddac3180f481d7d9

Modified Files
--------------
child.c |    1 +
1 file changed, 1 insertion(+)



More information about the pgpool-committers mailing list