From aadc87f5a79865f404f4b6cb0f4892daa17e7365 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sun, 10 Feb 2013 17:36:58 +0000 Subject: Remove free callback for window_choose_data objects. --- cmd-choose-list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd-choose-list.c') diff --git a/cmd-choose-list.c b/cmd-choose-list.c index 5f83447c..136cd4c4 100644 --- a/cmd-choose-list.c +++ b/cmd-choose-list.c @@ -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); -- cgit