pgsql: libpq: Fix memory leak in URI parser

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: libpq: Fix memory leak in URI parser
Date: 2012-08-24 02:58:23
Message-ID: E1T4k6J-0006Ia-BI@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

libpq: Fix memory leak in URI parser

When an invalid query parameter is reported, some memory leaks.

found by Coverity

Branch
------
REL9_2_STABLE

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

Modified Files
--------------
src/interfaces/libpq/fe-connect.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2012-08-24 04:19:28 pgsql: Put options on man page and in help output in slightly better or
Previous Message Peter Eisentraut 2012-08-24 01:43:23 pgsql: Translation updates