]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Misc/NEWS entry for r83677.
authorMark Dickinson <dickinsm@gmail.com>
Tue, 3 Aug 2010 18:44:16 +0000 (18:44 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Tue, 3 Aug 2010 18:44:16 +0000 (18:44 +0000)
Misc/NEWS

index 1780e5d31d619f9bb42cf39637a2672484b88941..a523b8fddf297dacadab15eea55daa633c4e0e3e 100644 (file)
--- 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()).