[pgpool-committers: 1366] 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_2_STABLE
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=9365ae10504db71b6d31bde9800e14ba66263e47
Modified Files
--------------
child.c | 1 +
1 file changed, 1 insertion(+)
More information about the pgpool-committers
mailing list