mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 04:27:00 +00:00
Merge branch 'obsd-master'
This commit is contained in:
@ -273,6 +273,10 @@ server_client_lost(struct client *c)
|
||||
if (event_initialized(&c->status_timer))
|
||||
evtimer_del(&c->status_timer);
|
||||
screen_free(&c->status);
|
||||
if (c->old_status != NULL) {
|
||||
screen_free(c->old_status);
|
||||
free(c->old_status);
|
||||
}
|
||||
|
||||
free(c->title);
|
||||
free((void *)c->cwd);
|
||||
|
Reference in New Issue
Block a user