commit | 29c72b794dbc60fc9d9df9917b2e80b6c9cbb336 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Tue Aug 03 16:52:23 2010 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Tue Aug 03 16:52:23 2010 +0000 |
tree | b87bd33c72116ad16bf559dfe01f6a019644038c | |
parent | 856e44d3bab29a13003b81c18f56e806a1e646ab [diff] |
Merged revisions 83670 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83670 | mark.dickinson | 2010-08-03 17:49:49 +0100 (Tue, 03 Aug 2010) | 3 lines Issue #8065: Fix another memory leak in readline module, from failure to free the result of a call to history_get_history_state. ........