pgsql: Fix minor memory leak in PLy_typeinfo_dealloc().

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix minor memory leak in PLy_typeinfo_dealloc().
Дата
Msg-id E1S7VWG-0000iy-Hk@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Create a stack of pl/python "execution contexts".
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Patch some corner-case bugs in pl/python.