mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 12:37:02 +00:00
Send SIGCHLD after utempter_remove_record as well. GitHub issue 4559.
This commit is contained in:
@ -318,6 +318,7 @@ server_destroy_pane(struct window_pane *wp, int notify)
|
||||
if (wp->fd != -1) {
|
||||
#ifdef HAVE_UTEMPTER
|
||||
utempter_remove_record(wp->fd);
|
||||
kill(getpid(), SIGCHLD);
|
||||
#endif
|
||||
bufferevent_free(wp->event);
|
||||
wp->event = NULL;
|
||||
|
Reference in New Issue
Block a user