Re: pgsql: Fix memory leak in PLySequence_ToJsonbValue() - Mailing list pgsql-committers

From Alexander Korotkov
Subject Re: pgsql: Fix memory leak in PLySequence_ToJsonbValue()
Date
Msg-id CAPpHfdtOpSTWBt1L8y=N8dveYCdMZr-w0KOgzw-168-QMiiQ9g@mail.gmail.com
Whole thread Raw
In response to pgsql: Fix memory leak in PLySequence_ToJsonbValue()  (Alexander Korotkov <akorotkov@postgresql.org>)
Responses Re: pgsql: Fix memory leak in PLySequence_ToJsonbValue()
List pgsql-committers
On Fri, Jun 15, 2018 at 3:07 PM Alexander Korotkov
<akorotkov@postgresql.org> wrote:
> PyObject returned from PySequence_GetItem() is not released.  Similar code in PLyMapping_ToJsonbValue() is correct,
becauseaccording to Python documentation
 

I'm sorry for misformatting commit message.  I'll be more careful
about that in future.

------
Alexander Korotkov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company


pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: pgsql: Fix memory leak in PLySequence_ToJsonbValue()
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Fix memory leak in PLySequence_ToJsonbValue()