Fix SRT input shutdown issues
This commit is contained in:
parent
46bb6a0fa5
commit
456fd2d555
2 changed files with 1 additions and 4 deletions
|
@ -591,7 +591,6 @@ void Util::Config::signal_handler(int signum, siginfo_t *sigInfo, void *ignore){
|
|||
case SIGTERM:
|
||||
if (!mutabort || mutabort->try_lock()){
|
||||
if (serv_sock_pointer){serv_sock_pointer->close();}
|
||||
if (stdin){fclose(stdin);}
|
||||
if (mutabort){mutabort->unlock();}
|
||||
}
|
||||
#if DEBUG >= DLVL_DEVEL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue