Fix memory leak pointed out by 2018/10/5 Coverity scan.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Fri, 5 Oct 2018 02:10:08 +0000 (11:10 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Fri, 5 Oct 2018 02:10:08 +0000 (11:10 +0900)
commita36fdee60714dc6a90a4991ada5f342457d5d287
treefee1a4b6e0f13cf595f91a3a3f6c857afe416182
parent97ffd1a6aa498e60fba92aed95e3d3145b8ae4c5
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.
src/protocol/CommandComplete.c