]> granicus.if.org Git - postgresql/commit
Free PQresult on error in pg_receivexlog.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 12 May 2014 07:17:40 +0000 (10:17 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 12 May 2014 08:01:20 +0000 (11:01 +0300)
commite158bbb6e95afde040debf3f573fc9b60dbcf469
tree47d614c080af5b81d8cfd11fbb8bd275cdef544b
parent9bc1b439ef8bf5cf444724c29b81cc525c020f40
Free PQresult on error in pg_receivexlog.

The leak is fairly small and rare, but a leak nevertheless.

Per Coverity report. Backpatch to 9.2, where pg_receivexlog was added.
pg_basebackup shares the code, but it always exits on error, so there is
no real leak.
src/bin/pg_basebackup/receivelog.c