Обсуждение: pgsql: libpq: Fix minor memory leaks

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

pgsql: libpq: Fix minor memory leaks

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