mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 21:56:57 +00:00
Merge branch 'obsd-master'
This commit is contained in:
@ -303,6 +303,7 @@ server_destroy_pane(struct window_pane *wp, int notify)
|
||||
utempter_remove_record(wp->fd);
|
||||
#endif
|
||||
bufferevent_free(wp->event);
|
||||
wp->event = NULL;
|
||||
close(wp->fd);
|
||||
wp->fd = -1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user