OSDN Git Service

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:32:46 +0000 (12:32 -0300)
commit38e5124574ae86bf8992c17c176958b0ec4d6ee0
treecda65c905772e261736f8ea91be4b3feb5b131e9
parent7ae983d94dfe6479980e24aa179d1561ad5a3655
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