pgsql: libpq: Fix minor memory leaks - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: libpq: Fix minor memory leaks
Date
Msg-id E1S8c3S-0005aF-AH@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
libpq: Fix minor memory leaks

When using connection info arrays with a conninfo string in the dbname
slot, some memory would be leaked if an error occurred while
processing the following array slots.

found by Coverity

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d4318483e151b41cd663e7b36a5539d3c5048c5a

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


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: backend: Fix minor memory leak in configuration file processing
Next
From: Bruce Momjian
Date:
Subject: pgsql: In pg_upgrade, create a script to incrementally generate more ac