pgsql: libpq: Fix minor memory leaks

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: libpq: Fix minor memory leaks
Дата
Msg-id E1S8c3S-0005aF-AH@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: backend: Fix minor memory leak in configuration file processing
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: In pg_upgrade, create a script to incrementally generate more ac