Обсуждение: pgsql: Fix assorted memory leaks.

Поиск
Список
Период
Сортировка

pgsql: Fix assorted memory leaks.

От
Tom Lane
Дата:
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
------
master

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

Modified Files
--------------
src/bin/pg_basebackup/streamutil.c |    1 +
src/bin/pg_dump/pg_dump.c          |    2 ++
src/bin/pg_rewind/libpq_fetch.c    |    8 ++++++--
src/bin/scripts/vacuumdb.c         |    7 ++++---
4 files changed, 13 insertions(+), 5 deletions(-)