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

@ -101,7 +101,7 @@ cmd_choose_client_exec(struct cmd *self, struct cmd_ctx *ctx)
free(action);
window_choose_ready(wl->window->active, cur,
cmd_choose_client_callback, NULL);
cmd_choose_client_callback);
return (CMD_RETURN_NORMAL);
}