diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2010-08-03 16:49:49 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2010-08-03 16:49:49 (GMT) |
commit | 6b54e1f7826143fc33866110b5c7c8896349389f (patch) | |
tree | 8d57b048220b1fb71473d4494d5eee0159692a16 /Misc | |
parent | 29b238e0dc8263d413d3b423260d18bdaacd8a3f (diff) | |
download | cpython-6b54e1f7826143fc33866110b5c7c8896349389f.zip cpython-6b54e1f7826143fc33866110b5c7c8896349389f.tar.gz cpython-6b54e1f7826143fc33866110b5c7c8896349389f.tar.bz2 |
Issue #8065: Fix another memory leak in readline module, from failure to free
the result of a call to history_get_history_state.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -21,6 +21,9 @@ Core and Builtins Extensions ---------- +- Issue #8065: Fix memory leak in readline module (from failure to + free the result of history_get_history_state()). + - Issue #9450: Fix memory leak in readline.replace_history_item and readline.remove_history_item for readline version >= 5.0. |