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

Merged revisions 83677 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83677 | mark.dickinson | 2010-08-03 19:31:54 +0100 (Tue, 03 Aug 2010) | 1 line

  Fix memory leak in ssl module.
........
üst 1cbf78e0
......@@ -978,6 +978,7 @@ PySSL_test_decode_certificate (PyObject *mod, PyObject *args) {
}
retval = _decode_certificate(x, verbose);
X509_free(x);
fail0:
......
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