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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
