pgsql: Fix assorted memory leaks.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix assorted memory leaks.
Дата
Msg-id E1ZENpb-00027o-EX@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/0e78a610f24463f64d8a03b39f06e995581c923a

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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix assorted memory leaks.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix assorted memory leaks.