pgsql: Fix minor memory leak in PLy_typeinfo_dealloc().

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix minor memory leak in PLy_typeinfo_dealloc().
Date: 2012-03-13 17:28:20
Message-ID: E1S7VWG-0000iy-Hk@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix minor memory leak in PLy_typeinfo_dealloc().

We forgot to free the per-attribute array element descriptors.

Jan Urbański

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a14fa84693659c4c4a17204406945b29fae3d9c4

Modified Files
--------------
src/pl/plpython/plpy_typeio.c | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-03-13 19:26:56 pgsql: Patch some corner-case bugs in pl/python.
Previous Message Tom Lane 2012-03-13 17:19:27 pgsql: Create a stack of pl/python "execution contexts".