]> granicus.if.org Git - python/commit
PyImport_ReloadModule(): Nailed a small memory leak. In the
authorBarry Warsaw <barry@python.org>
Wed, 27 Jan 1999 17:54:20 +0000 (17:54 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 27 Jan 1999 17:54:20 +0000 (17:54 +0000)
commit3879333b9eef62541a68d8c7fd3e95e544a1ebda
tree5d7c1749e6a670d075ae211f73988e9eda86bf7d
parent54ecc3d24f52ae45ca54a24167e434915c88b60f
PyImport_ReloadModule(): Nailed a small memory leak.  In the
else-clause of the subname test, the parentname object was never
DECREF'd.
Python/import.c