]> granicus.if.org Git - python/commit
Fix ref leak in error case of unicode rindex and rfind
authorChristian Heimes <christian@cheimes.de>
Sat, 29 Jun 2013 19:17:34 +0000 (21:17 +0200)
committerChristian Heimes <christian@cheimes.de>
Sat, 29 Jun 2013 19:17:34 +0000 (21:17 +0200)
commitea71a525c34784d188252947f497ed251f9d4d5c
tree82f587fc683363688241a33b7456587a1e09de09
parent22ed7fe9064d3ba21abcb76fab78cf587783039b
Fix ref leak in error case of unicode rindex and rfind
CID 983320: Resource leak (RESOURCE_LEAK)
CID 983321: Resource leak (RESOURCE_LEAK)
leaked_storage: Variable substring going out of scope leaks the storage it points to.
Objects/unicodeobject.c