Kaydet (Commit) ee55df5c authored tarafından Mark Dickinson's avatar Mark Dickinson

Fix memory leak in ssl module.

üst 88c49fe3
......@@ -857,6 +857,7 @@ PySSL_test_decode_certificate (PyObject *mod, PyObject *args) {
}
retval = _decode_certificate(x, verbose);
X509_free(x);
fail0:
Py_DECREF(filename);
......
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