Fix minor memory leak in PLy_typeinfo_dealloc().

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a14fa84693659c4c4a17204406945b29fae3d9c4
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2012-03-13T17:28:11Z
Releases: 9.2.0
Fix minor memory leak in PLy_typeinfo_dealloc().

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

Jan Urbański

Files

PathChange+/−
src/pl/plpython/plpy_typeio.c modified +12 −0