Re: Memory leak in tuplestore_end()

Lists: pgsql-patches
From: Neil Conway <neilc(at)samurai(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: Memory leak in tuplestore_end()
Date: 2007-08-01 23:49:50
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-patches

Attached is a patch which fixes a memory leak in tuplestore_end().
Barring any objections, I'll apply this to HEAD and back branches
tomorrow.

-Neil

Attachment Content-Type Size
tuplestore_end_leak-1.patch text/x-patch 594 bytes

From: Neil Conway <neilc(at)samurai(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: Re: Memory leak in tuplestore_end()
Date: 2007-08-02 17:50:46
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-patches

On Wed, 2007-08-01 at 16:49 -0700, Neil Conway wrote:
> Attached is a patch which fixes a memory leak in tuplestore_end().

Applied to HEAD, and to back branches as far back as 7.4.

-Neil