]> git.ipfire.org Git - thirdparty/postgresql.git/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:49:38 +0000 (12:49 -0300)
commit4c1a9ee665761906c774bb2c5bcaa61ae7d6aa87
tree600b8aa9f3f73fdcfd2c54cbdb509ca4e34b5395
parent158e04274776a4648f6ad99376d98f0fc893500c
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