pgsql: psql: Fix memory leak

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: psql: Fix memory leak
Date: 2012-01-16 18:10:06
Message-ID: E1Rmr0Q-0003sr-E9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

psql: Fix memory leak

The command

\password username

leaked memory.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1b9f774090d58a950ef0535b51bc377ab62b795c

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

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2012-01-16 22:27:51 pgsql: Disallow merging ONLY constraints in children tables
Previous Message Robert Haas 2012-01-16 14:53:13 pgsql: Prevent adding relations to a concurrently dropped schema.