pgsql: Fix memory leaks introduced by commit eca2b9b

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix memory leaks introduced by commit eca2b9b
Date: 2014-11-23 18:52:55
Message-ID: E1XscHH-0002dF-CT@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix memory leaks introduced by commit eca2b9b

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/02d5ab6a86aa941109cecd9e6ebe73a67e8bf545

Modified Files
--------------
src/bin/psql/command.c | 6 ++++++
1 file changed, 6 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-11-23 20:31:51 pgsql: Get rid of redundant production in plpgsql grammar.
Previous Message Noah Misch 2014-11-23 14:36:17 pgsql: Detect PG_PRINTF_ATTRIBUTE automatically.