mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Merge branch 'obsd-master' into master
This commit is contained in:
@ -422,6 +422,7 @@ server_client_lost(struct client *c)
|
||||
if (c->flags & CLIENT_TERMINAL)
|
||||
tty_free(&c->tty);
|
||||
free(c->ttyname);
|
||||
free(c->clipboard_panes);
|
||||
|
||||
free(c->term_name);
|
||||
free(c->term_type);
|
||||
|
Reference in New Issue
Block a user