Re: Small memory leak in execute.c of ECPG driver

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Small memory leak in execute.c of ECPG driver
Дата
Msg-id 54D217CB.2090105@vmware.com
обсуждение исходный текст
Ответ на Re: Small memory leak in execute.c of ECPG driver  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-hackers
On 02/03/2015 02:45 PM, Michael Paquier wrote:
> On Tue, Feb 3, 2015 at 5:35 PM, Heikki Linnakangas
> <hlinnakangas@vmware.com>  wrote:
>> >I think there are more similar leaks nearby. After the first hunk, there's
>> >another if-check with "return false" that also leaks mallocedval. Right
>> >after the two other hunks, if the ecpg_realloc fails, we again leak
>> >mallocedval.
> Yes, I found some extra ones by re-reading the code again with newcopy
> (2) as well as mallocedval (1) as you mentioned.

Committed, along with more fixes for leaks on ecpg_realloc failures.

- Heikki




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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Unnecessary pointer-NULL checks in pgp-pgsql.c
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: pg_dump's aborted transactions