[pgpool-committers: 5162] pgpool: Fix memory leak pointed out by 2018/10/5 Coverity scan.

Tatsuo Ishii ishii at sraoss.co.jp
Fri Oct 5 11:13:27 JST 2018


Fix memory leak pointed out by 2018/10/5 Coverity scan.

While processing command complete message in extended query/streaming
replication mode, failure to read from socket leads to memory leak.

Branch
------
master

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

Modified Files
--------------
src/protocol/CommandComplete.c | 8 ++++++++
1 file changed, 8 insertions(+)



More information about the pgpool-committers mailing list