Commit 7a313a96 authored by Barry Warsaw's avatar Barry Warsaw

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

more severe ones.
parent c2fc40ca
......@@ -834,4 +834,5 @@ PyInit_zlib()
ver = PyString_FromString(ZLIB_VERSION);
PyDict_SetItemString(d, "ZLIB_VERSION", ver);
Py_DECREF(ver);
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment