Memory leak in vacuumlo

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Memory leak in vacuumlo
Date: 2015-01-13 07:58:25
Message-ID: CAB7nPqTSHhW02x6ufEXr7yvFjE6BFsfoaJgW3m1_XE9npsW5eg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
20150113_vacuumlo_leak_fix.patch text/x-diff 713 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2015-01-13 08:18:42 Memory leak in receivelog.c when receiving stream
Previous Message Michael Paquier 2015-01-13 07:39:10 Re: Unused variables in hstore_to_jsonb