Обсуждение: pgsql: libpq: Fix memory leak in URI parser

Поиск
Список
Период
Сортировка

pgsql: libpq: Fix memory leak in URI parser

От
Peter Eisentraut
Дата:
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(-)