From: Mark Dickinson Date: Tue, 3 Aug 2010 18:44:16 +0000 (+0000) Subject: Misc/NEWS entry for r83677. X-Git-Tag: v3.2a2~485 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df7f2fd350c215d15faf14ed01838ae3420ac0ae;p=thirdparty%2FPython%2Fcpython.git Misc/NEWS entry for r83677. --- diff --git a/Misc/NEWS b/Misc/NEWS index 1780e5d31d61..a523b8fddf29 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -21,6 +21,8 @@ Core and Builtins Extensions ---------- +- 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()).