Обсуждение: pgsql: psql: Fix memory leak

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

pgsql: psql: Fix memory leak

От
Peter Eisentraut
Дата:
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(-)