commit | 0f98128d6e9a2375bb560a58418e83ebd1996f2b | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Tue Aug 03 16:54:19 2010 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Tue Aug 03 16:54:19 2010 +0000 |
tree | 84de0b6e9589b88c0e21d901ad3233c27f478817 | |
parent | 4ee9853028429563d72c214ad1a2cda27ace6625 [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. ........