mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
COVA10141: add additional deref checks
This commit is contained in:
parent
f323205c52
commit
dec1007756
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ just_kill_connection:
|
|||
if (!wsi->told_user_closed && wsi->user_space &&
|
||||
wsi->protocol_bind_balance && wsi->protocol) {
|
||||
lwsl_debug("%s: %p: DROP_PROTOCOL %s\n", __func__, wsi,
|
||||
wsi->protocol->name);
|
||||
wsi->protocol ? wsi->protocol->name: "NULL");
|
||||
wsi->protocol->callback(wsi,
|
||||
wsi->role_ops->protocol_unbind_cb[
|
||||
!!lwsi_role_server(wsi)],
|
||||
|
|
Loading…
Add table
Reference in a new issue