[pgpool-committers: 1510] pgpool: Fix resource leak in make_persistent_db_connection.

Tatsuo Ishii ishii at postgresql.org
Wed Nov 27 15:30:15 JST 2013


Fix resource leak in make_persistent_db_connection.

For this pupose, new static function
free_persisten_db_connection_memory is added.
Per Coverity report #1111468.

Branch
------
master

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

Modified Files
--------------
src/protocol/child.c |   54 +++++++++++++++++++++++++++++++++++++++++++++-----
1 file changed, 49 insertions(+), 5 deletions(-)



More information about the pgpool-committers mailing list