Thread: Several memory leaks for pg_rewind caused by missing PQclear calls

Several memory leaks for pg_rewind caused by missing PQclear calls

From
Michael Paquier
Date:
Hi all,

After a run of valgrind on pg_rewind, I found a couple of code paths
missing some PQclear calls after running a query. Attached is a patch
to fix all those leaks.
Regards,
--
Michael

Attachment

Re: Several memory leaks for pg_rewind caused by missing PQclear calls

From
Heikki Linnakangas
Date:
On 07/23/2015 05:08 PM, Michael Paquier wrote:
> Hi all,
>
> After a run of valgrind on pg_rewind, I found a couple of code paths
> missing some PQclear calls after running a query. Attached is a patch
> to fix all those leaks.

Fixed, thanks.

- Heikki




Re: Several memory leaks for pg_rewind caused by missing PQclear calls

From
Michael Paquier
Date:
On Tue, Jul 28, 2015 at 2:45 AM, Heikki Linnakangas <hlinnaka@iki.fi> wrote:
> On 07/23/2015 05:08 PM, Michael Paquier wrote:
>>
>> Hi all,
>>
>> After a run of valgrind on pg_rewind, I found a couple of code paths
>> missing some PQclear calls after running a query. Attached is a patch
>> to fix all those leaks.
>
>
> Fixed, thanks.

Thanks for taking care of this.
-- 
Michael