Fix assorted memory leaks.
Tom Lane <tgl@sss.pgh.pa.us>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_basebackup/streamutil.c | modified | +1 −0 |
| src/bin/pg_dump/pg_dump.c | modified | +2 −0 |
| src/bin/pg_rewind/libpq_fetch.c | modified | +6 −2 |
| src/bin/scripts/vacuumdb.c | modified | +4 −3 |