commit | df7f2fd350c215d15faf14ed01838ae3420ac0ae | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Tue Aug 03 18:44:16 2010 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Tue Aug 03 18:44:16 2010 +0000 |
tree | 5e1ef96521a27694b9f18146e96800c3aa15519a | |
parent | 797721b14697e64a00be173a684c610b70e80fce [diff] |
Misc/NEWS entry for r83677.
diff --git a/Misc/NEWS b/Misc/NEWS index 1780e5d..a523b8f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -21,6 +21,8 @@ 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()).