]> 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:49:38 +0000 (12:49 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 17 Mar 2011 15:50:38 +0000 (12:50 -0300)
commit151e463c91e0a83a5d277dccae43a7724ffe1e76
treea9b1206a5aefe4778569934bd172b9afe076025a
parent5773fac1606cdeb3fa60f89eb8c20ef5e904663a
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