Remove free callback for window_choose_data objects.

This commit is contained in:
Nicholas Marriott
2013-02-10 17:36:58 +00:00
parent 4d382ae8e6
commit aadc87f5a7
7 changed files with 7 additions and 13 deletions

View File

@ -91,7 +91,7 @@ cmd_choose_buffer_exec(struct cmd *self, struct cmd_ctx *ctx)
}
free(action);
window_choose_ready(wl->window->active, 0, NULL, NULL);
window_choose_ready(wl->window->active, 0, NULL);
return (CMD_RETURN_NORMAL);
}