]> 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:08 +0000 (16:26 -0400)
commitbcc87b6b00de5b36984e0b43a78a8377a3577548
tree28974457c072e07003e8f02e338a2d5eddf48243
parent3ed26e5f87a90bedaa3d7feb9e197e0d9f3fb252
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