]> granicus.if.org Git - python/commit
_PySys_Init(): Fix another Insure discovered memory leak; the PyString
authorBarry Warsaw <barry@python.org>
Wed, 16 Aug 2000 23:03:57 +0000 (23:03 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 16 Aug 2000 23:03:57 +0000 (23:03 +0000)
commitf2581c97f202c35886e649bacccef1a46ed5dd2b
tree36a54744788001cddaac8e27fcb7d9a770d53023
parent239548f37da61f31206f9db912d7897431971b63
_PySys_Init(): Fix another Insure discovered memory leak; the PyString
created from the "big"/"little" constant needs to be decref'd.
Python/sysmodule.c