From df7f2fd350c215d15faf14ed01838ae3420ac0ae Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Tue, 3 Aug 2010 18:44:16 +0000 Subject: [PATCH] Misc/NEWS entry for r83677. --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 1780e5d31d..a523b8fddf 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()). -- 2.50.1