Re: Collection of memory leaks for ECPG driver - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Collection of memory leaks for ECPG driver
Date
Msg-id CAB7nPqTZvYM6Uzp481SJNixbpAi76=-5iUFrYax3ZJVOmS=iSQ@mail.gmail.com
Whole thread Raw
In response to Re: Collection of memory leaks for ECPG driver  (Michael Meskes <meskes@postgresql.org>)
List pgsql-hackers
On Mon, Jun 15, 2015 at 9:33 PM, Michael Meskes <meskes@postgresql.org> wrote:
> On Sun, Jun 14, 2015 at 08:43:13PM +0900, Michael Paquier wrote:
>> point out that there is still a leak in connect.c. Per se the attached
>> patch, that does not check for a NULL pointer before ecpg_free because
>> other code paths in the routine patched don't do so. So you get
>> something locally consistent ;)
>
> Thanks, committed.

Thanks.
-- 
Michael



pgsql-hackers by date:

Previous
From: Brendan Jurd
Date:
Subject: Re: Function to get size of notification queue?
Next
From: David Kamholz
Date:
Subject: Re: query execution time faster with geqo on than off: bug?