From f38d888f2f9d071191a0defe4f37066c6c8d2233 Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Tue, 3 Aug 2010 18:46:28 +0000 Subject: [PATCH] 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. ........ --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 431c3d5c4c6..d8b079bdb50 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()).