mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
libuv: account for pipe close only once
This commit is contained in:
parent
c289ee3199
commit
e56ccb7757
1 changed files with 0 additions and 1 deletions
|
@ -853,7 +853,6 @@ lws_destroy_event_pipe(struct lws *wsi)
|
|||
if (wsi->context->event_loop_ops->wsi_logical_close) {
|
||||
wsi->context->event_loop_ops->wsi_logical_close(wsi);
|
||||
lws_plat_pipe_close(wsi);
|
||||
wsi->context->count_wsi_allocated--;
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue