summaryrefslogtreecommitdiffstats
path: root/cmd-choose-list.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2013-02-10 17:36:58 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2013-02-10 17:36:58 +0000
commitaadc87f5a79865f404f4b6cb0f4892daa17e7365 (patch)
treef74e8dd1f1ec3d6fe96aa01fe5be17ee406ce3b6 /cmd-choose-list.c
parent4d382ae8e6c71c5414dc41053223c05400d923f8 (diff)
Remove free callback for window_choose_data objects.
Diffstat (limited to 'cmd-choose-list.c')
-rw-r--r--cmd-choose-list.c2
1 files changed, 1 insertions, 1 deletions
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);