pgsql: libpq: Fix memory leak

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: libpq: Fix memory leak
Дата
Msg-id E1S5Oof-0005Xo-Ns@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
libpq: Fix memory leak

If a client encoding is specified as a connection parameter (or
environment variable), internal storage allocated for it would never
be freed.

Branch
------
master

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

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: psql: Fix invalid memory access
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: psql: Fix memory leak