pgsql: Free PQresult on error in pg_receivexlog. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Free PQresult on error in pg_receivexlog.
Date
Msg-id E1WjlI2-0003u7-H3@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/e158bbb6e95afde040debf3f573fc9b60dbcf469

Modified Files
--------------
src/bin/pg_basebackup/receivelog.c |    1 +
1 file changed, 1 insertion(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Stamp 9.4beta1.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Free PQresult on error in pg_receivexlog.