[pgpool-committers: 1369] 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_3_STABLE

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

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



More information about the pgpool-committers mailing list