coverity 181577: lejp_conf loop on calling uv_loop_close to keep coverity happy
This commit is contained in:
parent
3526fde154
commit
2d313bdc02
1 changed files with 2 additions and 1 deletions
|
@ -776,7 +776,8 @@ lwsws_get_config_d(void *user, const char *d, const char * const *paths,
|
|||
|
||||
bail:
|
||||
uv_fs_req_cleanup(&req);
|
||||
uv_loop_close(&loop);
|
||||
while (uv_loop_close(&loop))
|
||||
;
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue