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

Tatsuo Ishii ishii at postgresql.org
Tue Feb 11 23:50:14 JST 2014


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.

Branches
--------
EXCEPTION_MGR
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