pgsql: psql: Fix memory leak

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: psql: Fix memory leak
Дата
Msg-id E1S5Oof-0005Xs-Pt@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
psql: Fix memory leak

In expanded auto mode, a lot of allocated memory was not cleaned up.

found by Coverity

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1673122127f9f17f4ca6b214027c0806b0d502f4

Modified Files
--------------
src/bin/psql/print.c |    3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: libpq: Fix memory leak
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: psql: Avoid some spurious output if the server croaks.