]> 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 18:26:15 +0000 (15:26 -0300)
commit1c249fcfcc331d589a2fa1574e16c0ef3d1547ce
tree51172562418e7629c100d5b39b74371e4af5ed5a
parent8c0a5eb78af00ec4720e693feaba70b5a73205d1
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