| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4222f24 commit 564c18e
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -128,6 +128,7 @@ void HandleWrap::OnClose(uv_handle_t* handle) { | |||
| 128 | 128 | wrap->state_ = kClosed; | |
| 129 | 129 | ||
| 130 | 130 | wrap->OnClose(); | |
| 131 | + wrap->handle_wrap_queue_.Remove(); | ||
| 131 | 132 | ||
| 132 | 133 | if (!wrap->persistent().IsEmpty() && | |
| 133 | 134 | wrap->object()->Has(env->context(), env->handle_onclose_symbol()) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments