]> granicus.if.org Git - python/commit
Fix a memory leak in str_subtype_new(). (All the other
authorGuido van Rossum <guido@python.org>
Fri, 31 Aug 2001 16:11:15 +0000 (16:11 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 31 Aug 2001 16:11:15 +0000 (16:11 +0000)
commit29d55a38ce15062bcabf78a52faa828002b5bbd4
tree1eb4e7793674ebc3e5048006e2d6b99e760d2b7e
parentbfa47b072542ea17ce478572d202b8ef60120737
Fix a memory leak in str_subtype_new().  (All the other
xxx_subtype_new() functions are OK, but I goofed up in this one. :-( )
Objects/stringobject.c