]> granicus.if.org Git - postgresql/commit
Fix PL/Python memory leak involving array slices
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 17 Mar 2011 15:28:46 +0000 (12:28 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 17 Mar 2011 15:33:25 +0000 (12:33 -0300)
commit7135bc5d6665fb9cf9452b660c0f7c3daa4a439b
tree99461005d90c14231a2cab0477cfa49832495b59
parent08fc2d4f99b3a651f4b088a70c1aa21556343b69
Fix PL/Python memory leak involving array slices

Report and patch from Daniel Popowich, bug #5842
(with some debugging help from Alex Hunsaker)
src/pl/plpython/plpython.c