Обсуждение: Memory leak in vacuumlo

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

Memory leak in vacuumlo

От
Michael Paquier
Дата:
Hi all,

Coverity has pointed out that vacuumlo.c is leaking memory when
grabbing the list of candidate table names and schemas. Attached is a
patch to fix the leak.
Regards,
--
Michael

Вложения

Re: Memory leak in vacuumlo

От
Robert Haas
Дата:
On Tue, Jan 13, 2015 at 2:58 AM, Michael Paquier
<michael.paquier@gmail.com> wrote:
> Coverity has pointed out that vacuumlo.c is leaking memory when
> grabbing the list of candidate table names and schemas. Attached is a
> patch to fix the leak.

It's only leaking in error cases, the first of which is quite
unlikely.  But I don't see that as a reason not to fix it, so --
committed.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company