]> granicus.if.org Git - postgresql/commit
Fix assorted memory leaks.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 12 Jul 2015 20:25:51 +0000 (16:25 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 12 Jul 2015 20:26:18 +0000 (16:26 -0400)
commit0e78a610f24463f64d8a03b39f06e995581c923a
tree5b78dcfff8853a8312ff5b600f62ab4e50734950
parent1884708e25c444eb9de6b0665b94c268bab25689
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_basebackup/streamutil.c
src/bin/pg_dump/pg_dump.c
src/bin/pg_rewind/libpq_fetch.c
src/bin/scripts/vacuumdb.c