]> granicus.if.org Git - postgresql/commit
Don't leak the temporary PLyProcedure struct we create for inline plpython
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 31 Mar 2011 09:37:11 +0000 (12:37 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 31 Mar 2011 09:37:11 +0000 (12:37 +0300)
commitec7626504f0fc8cca46d0f2a460e4b76177f79b3
tree60d6a62b5c27afe601265e9d4bf77015c6a2b2fa
parent647f8b3dbaa68662f54aa762e9467874282c563d
Don't leak the temporary PLyProcedure struct we create for inline plpython
blocks.

Investigation by Jan UrbaƄski, though I didn't use his patch.
src/pl/plpython/plpython.c