diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0bca0bf..8ab1330 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2015-07-10 Andrew Burgess <andrew.burgess@embecosm.com> + * tui/tui-win.c (tui_set_win_height): Use a cleanup to free the + string copy. + (parse_scrolling_args): Likewise. + +2015-07-10 Andrew Burgess <andrew.burgess@embecosm.com> + * tui/tui-win.c (focus_completer): Don't duplicate the tui window names in this function. |