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 by date
| Next: | From: Robert Haas | Date: 2012-03-07 21:57:09 |
| Subject: pgsql: psql: Avoid some spurious output if the server croaks. |
| Previous: | From: Tom Lane | Date: 2012-03-07 19:51:25 |
| Subject: pgsql: Expose an API for calculating catcache hash values. |