| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 48035a2 commit 9ee9688
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -114,6 +114,8 @@ uvwasi_errno_t uvwasi__poll_oneoff_state_cleanup( | |||
| 114 | 114 | for (i = 0; i < state->handle_cnt; i++) | |
| 115 | 115 | uv_close((uv_handle_t*) &state->poll_handles[i], NULL); | |
| 116 | 116 | ||
| 117 | + uv_run(&state->loop, UV_RUN_NOWAIT); | ||
| 118 | + | ||
| 117 | 119 | state->max_fds = 0; | |
| 118 | 120 | state->fdevent_cnt = 0; | |
| 119 | 121 | state->handle_cnt = 0; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments