Fix minor memory leak in PLy_typeinfo_dealloc().
Tom Lane <tgl@sss.pgh.pa.us>
Fix minor memory leak in PLy_typeinfo_dealloc(). We forgot to free the per-attribute array element descriptors. Jan Urbański
Files
| Path | Change | +/− |
|---|---|---|
| src/pl/plpython/plpy_typeio.c | modified | +12 −0 |