mirror of
https://github.com/tmux/tmux.git
synced 2025-09-05 08:07:03 +00:00
Remove free callback for window_choose_data objects.
This commit is contained in:
@ -227,7 +227,7 @@ windows_only:
|
||||
free(final_win_template_middle);
|
||||
free(final_win_template_last);
|
||||
|
||||
window_choose_ready(wl->window->active, cur_win, NULL, NULL);
|
||||
window_choose_ready(wl->window->active, cur_win, NULL);
|
||||
|
||||
if (args_has(args, 'u'))
|
||||
window_choose_expand_all(wl->window->active);
|
||||
|
Reference in New Issue
Block a user