[pgpool-committers: 5891] pgpool: Fix memory leak pointed out by Coverity.
Tatsuo Ishii
ishii at sraoss.co.jp
Mon Jul 8 13:27:23 JST 2019
Fix memory leak pointed out by Coverity.
When failed to create a connection to backend, new_connection() failed
to free memory.
Branch
------
V4_0_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=28e2c47a6690f45a2120994b8eb3638b76192720
Modified Files
--------------
src/protocol/pool_connection_pool.c | 24 ++++++++++++++----------
1 file changed, 14 insertions(+), 10 deletions(-)
More information about the pgpool-committers
mailing list