Merge branch 'obsd-master'

Conflicts:
	Makefile
	tmux.c
This commit is contained in:
Thomas Adam
2017-01-23 12:20:43 +00:00
6 changed files with 79 additions and 1 deletions

View File

@ -304,6 +304,8 @@ client_main(struct event_base *base, int argc, char **argv, int flags,
#endif
/* Free stuff that is not used in the client. */
if (ptm_fd != -1)
close(ptm_fd);
options_free(global_options);
options_free(global_s_options);
options_free(global_w_options);