[issue9497] test_ssl memory leak

Mark Dickinson report at bugs.python.org
Tue Aug 3 20:55:34 CEST 2010


Mark Dickinson <dickinsm at gmail.com> added the comment:

The fix turned out to be as simple as adding a single X509_free call to _test_decode_cert.

Fixed in revisions r83677 (py3k), r83679 (release31-maint), r83680 (release27-maint) and r83686 (release26-maint).  [The last with Barry's approval.]

----------
assignee:  -> mark.dickinson
components: +Extension Modules
resolution:  -> fixed
stage: needs patch -> committed/rejected
status: open -> closed
versions: +Python 2.6, Python 2.7, Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9497>
_______________________________________


More information about the Python-bugs-list mailing list