[pgpool-committers: 1367] 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_0_STABLE

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

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



More information about the pgpool-committers mailing list