Fix resource leak while reading startup packet.
authorTatsuo Ishii <ishii@postgresql.org>
Sat, 19 Jul 2025 06:48:37 +0000 (15:48 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Sat, 19 Jul 2025 06:48:37 +0000 (15:48 +0900)
commitea87cca87b1baac9b5162a694b35934bd537d8d3
tree780c18dfb5ec4a4b83b22127554c1b99bfdb3d4b
parentdfef74ff97a546aca2f6ebccf275c2ab727b7342
Fix resource leak while reading startup packet.

Per Coverity.

Backpatch-through: v4.2
src/protocol/child.c