]> granicus.if.org Git - python/commit
Issue #8065: Fix another memory leak in readline module, from failure to free
authorMark Dickinson <dickinsm@gmail.com>
Tue, 3 Aug 2010 16:49:49 +0000 (16:49 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Tue, 3 Aug 2010 16:49:49 +0000 (16:49 +0000)
commit6b54e1f7826143fc33866110b5c7c8896349389f
tree8d57b048220b1fb71473d4494d5eee0159692a16
parent29b238e0dc8263d413d3b423260d18bdaacd8a3f
Issue #8065:  Fix another memory leak in readline module, from failure to free
the result of a call to history_get_history_state.
Misc/NEWS
Modules/readline.c