Fix assorted memory leaks.
authorTom Lane
Sun, 12 Jul 2015 20:25:52 +0000 (16:25 -0400)
committerTom Lane
Sun, 12 Jul 2015 20:25:52 +0000 (16:25 -0400)
commitfaf686b540e602f77c7a31442f3344444eb848e9
tree4e62d74e4e75c29012ae718dbdc34ba1faba8f0d
parent0a9b0428f03379931aa6c1866526a975ae2d59b2
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
src/bin/pg_dump/pg_dump.c