Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2013-01-17 22:14:18 +00:00
3 changed files with 4 additions and 4 deletions

View File

@ -219,6 +219,7 @@ windows_only:
free(final_win_action);
}
/*
* If we're just drawing windows, don't consider moving on to
* other sessions as we only list windows in this session.
@ -260,5 +261,4 @@ cmd_choose_tree_free(struct window_choose_data *cdata)
free(cdata->command);
format_free(cdata->ft);
free(cdata);
}