1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00
This commit is contained in:
QC 2015-09-01 20:44:47 +02:00
parent 29d0c109cb
commit 583e824726

View file

@ -1835,7 +1835,8 @@ static gpointer rofi_signal_handler_process ( gpointer arg )
write ( pfd, "q", 1 );
// Close my end and exit.
g_thread_exit ( NULL );
}else if ( sig == SIGCHLD ) {
}
else if ( sig == SIGCHLD ) {
while ( 0 < waitpid ( -1, NULL, WNOHANG ) ) {
;
}