| commit | 29d55a38ce15062bcabf78a52faa828002b5bbd4 | [log] [tgz] |
|---|---|---|
| author | Guido van Rossum <guido@python.org> | Fri Aug 31 16:11:15 2001 +0000 |
| committer | Guido van Rossum <guido@python.org> | Fri Aug 31 16:11:15 2001 +0000 |
| tree | 1eb4e7793674ebc3e5048006e2d6b99e760d2b7e | |
| parent | bfa47b072542ea17ce478572d202b8ef60120737 [diff] |
Fix a memory leak in str_subtype_new(). (All the other xxx_subtype_new() functions are OK, but I goofed up in this one. :-( )