From: Mark Dickinson Date: Tue, 3 Aug 2010 18:46:28 +0000 (+0000) Subject: Merged revisions 83683 via svnmerge from X-Git-Tag: v2.7.1rc1~470 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f38d888f2f9d071191a0defe4f37066c6c8d2233;p=python Merged revisions 83683 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83683 | mark.dickinson | 2010-08-03 19:44:16 +0100 (Tue, 03 Aug 2010) | 1 line Misc/NEWS entry for r83677. ........ --- diff --git a/Misc/NEWS b/Misc/NEWS index 431c3d5c4c..d8b079bdb5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -137,6 +137,8 @@ Library Extension Modules ----------------- +- Fix memory leak in ssl._ssl._test_decode_cert. + - Issue #8065: Fix memory leak in readline module (from failure to free the result of history_get_history_state()).