fix: udfd close
This commit is contained in:
parent
f99dea1f19
commit
db47d2f8ab
|
@ -229,6 +229,7 @@ static void udfWatchUdfd(void *args) {
|
|||
if(uv_loop_close(&pData->loop) != 0) {
|
||||
fnError("udfd loop close failed, lino:%d", __LINE__);
|
||||
}
|
||||
return;
|
||||
|
||||
_exit:
|
||||
if (terrno != 0) {
|
||||
|
|
Loading…
Reference in New Issue