pgsql: psql: Fix memory leak - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: psql: Fix memory leak
Date
Msg-id E1Rmr0Q-0003sr-E9@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Prevent adding relations to a concurrently dropped schema.
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Disallow merging ONLY constraints in children tables