pgsql: Fix a memory leak in tuplestore_end().

From: neilc(at)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix a memory leak in tuplestore_end().
Date: 2007-08-02 17:49:01
Message-ID: 20070802174901.BDE129FB6B8@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix a memory leak in tuplestore_end(). Unlikely to be significant during
normal operation, but tuplestore_end() ought to do what it claims to do.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
pgsql/src/backend/utils/sort:
tuplestore.c (r1.16 -> r1.16.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/sort/tuplestore.c.diff?r1=1.16&r2=1.16.4.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2007-08-02 23:15:27 pgsql: Make sure syslogPipe runs in binary mode on Windows to avoid
Previous Message Neil Conway 2007-08-02 17:48:59 pgsql: Fix a memory leak in tuplestore_end().