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. Branch ------ REL9_3_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/0ad78306be6bd3db0575b0d046e4cbe7f50635b8 Modified Files -------------- src/bin/pg_basebackup/receivelog.c | 2 ++ 1 file changed, 2 insertions(+) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
