]> granicus.if.org Git - python/commit
setup_confname_table(): Close memory leak caused by not decref'ing the
authorBarry Warsaw <barry@python.org>
Thu, 13 Apr 2000 15:20:40 +0000 (15:20 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 13 Apr 2000 15:20:40 +0000 (15:20 +0000)
commit3155db3b793d384054abd586bcd42e8d4f5061da
treefe0f2882c84ac50bcd28539a8872f0f07c20f09c
parent8deecedc6d4b4c7cb914ad0220c3db0ef33dc8d8
setup_confname_table(): Close memory leak caused by not decref'ing the
inserted dictionary values.  Also, simplified the logic a bit.
Modules/posixmodule.c