Kaydet (Commit) 30aa1e7d authored tarafından Barry Warsaw's avatar Barry Warsaw

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

more severe ones.
üst 703b70e2
......@@ -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