]> granicus.if.org Git - python/commit
Fixed memory leak in error branch of parsestrplus. CID 715374 Variable s going out...
authorChristian Heimes <christian@cheimes.de>
Mon, 10 Sep 2012 14:52:42 +0000 (16:52 +0200)
committerChristian Heimes <christian@cheimes.de>
Mon, 10 Sep 2012 14:52:42 +0000 (16:52 +0200)
commit3d463393bb068a8ef8e99e00f8cb46d8a2c8631b
tree568c0713558a90005fbca669d8b1fcce8e358e6a
parent5abd76a75d633a1ba6f5fcc66b0bc4799b9e2eaa
Fixed memory leak in error branch of parsestrplus. CID 715374 Variable s going out of scope leaks the storage it points to.
Python/ast.c