mirror of
https://github.com/tmux/tmux.git
synced 2025-09-04 23:56:58 +00:00
Remove free callback for window_choose_data objects.
This commit is contained in:
@ -89,7 +89,7 @@ cmd_choose_list_exec(struct cmd *self, struct cmd_ctx *ctx)
|
||||
return (CMD_RETURN_ERROR);
|
||||
}
|
||||
|
||||
window_choose_ready(wl->window->active, 0, NULL, NULL);
|
||||
window_choose_ready(wl->window->active, 0, NULL);
|
||||
|
||||
free(template);
|
||||
|
||||
|
Reference in New Issue
Block a user