diff options
author | Fred Drake <fdrake@acm.org> | 2001-08-04 03:11:25 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-08-04 03:11:25 (GMT) |
commit | 289898cdbb1d4526ce45e600ed2843a14d1feb0d (patch) | |
tree | 66a0133f6d889e3c4dba649823f1cad7b40fc749 /Python/import.c | |
parent | 53765753c4b1ede0fd25eadde52e235c62b1c8b7 (diff) | |
download | cpython-289898cdbb1d4526ce45e600ed2843a14d1feb0d.zip cpython-289898cdbb1d4526ce45e600ed2843a14d1feb0d.tar.gz cpython-289898cdbb1d4526ce45e600ed2843a14d1feb0d.tar.bz2 |
Plug a memory leak in Py_InitModule4(): when PyDict_SetItemString() failed,
the object being inserted was not being DECREFed.
This closes SF bug #444486.
Diffstat (limited to 'Python/import.c')
0 files changed, 0 insertions, 0 deletions