fix memory leak in libpq

Поиск
Список
Период
Сортировка
От Neil Conway
Тема fix memory leak in libpq
Дата
Msg-id 1066448842.378.2.camel@tokyo
обсуждение исходный текст
Ответы Re: fix memory leak in libpq  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
This patch fixes a small memory leak in libpq: the 'pstatus' field of
PGconn is a linked list of malloc'ed nodes, so it should be freed on
PQfinish().

-Neil


Вложения

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

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: introduce "default_use_oids"
Следующее
От: "Zeugswetter Andreas SB SD"
Дата:
Сообщение: Re: [HACKERS] random_fract and aix compiler bug