]> granicus.if.org Git - python/commit
PyUnicode_Resize() doesn't free its argument in case of a failure,
authorWalter Dörwald <walter@livinglogic.de>
Tue, 4 Feb 2003 16:57:49 +0000 (16:57 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Tue, 4 Feb 2003 16:57:49 +0000 (16:57 +0000)
commit531e000d2e6c15b7a83018d8c663770c012ee98e
tree3d0d06ef0b442565b5e18de77ce1a71408d4af2f
parent903f1e0c40cd25489cdf8856ccb1bb8932c819f8
PyUnicode_Resize() doesn't free its argument in case of a failure,
so we can jump to the error handling code that does.
(Spotted by Neal Norwitz)
Python/bltinmodule.c