PyInit_zlib(): Plug a small memory leak. Jeremy is looking into the

more severe ones.
This commit is contained in:
Barry Warsaw 1999-01-28 19:40:05 +00:00
parent 703b70e260
commit 30aa1e7d31
1 changed files with 1 additions and 0 deletions

View File

@ -834,4 +834,5 @@ PyInit_zlib()
ver = PyString_FromString(ZLIB_VERSION);
PyDict_SetItemString(d, "ZLIB_VERSION", ver);
Py_DECREF(ver);
}