pgsql: Fix assorted memory leaks. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix assorted memory leaks.
Date
Msg-id E1ZENpb-00027u-F7@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix assorted memory leaks.

Per Coverity (not that any of these are so non-obvious that they should not
have been caught before commit).  The extent of leakage is probably minor
to unnoticeable, but a leak is a leak.  Back-patch as necessary.

Michael Paquier

Branch
------
REL9_3_STABLE

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

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix assorted memory leaks.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix assorted memory leaks.