Skip to content

Commit b8f0cb0

Browse files
committed
Update websocket.cpp
1 parent c1b57fe commit b8f0cb0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

websocket/src/websocket.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,9 +405,7 @@ static void DestroyConnection(WebsocketConnection* conn)
405405

406406
#if defined(HAVE_WSLAY)
407407
if (conn->m_Ctx)
408-
{
409408
WSL_Exit(conn->m_Ctx);
410-
}
411409
#endif
412410

413411
free((void*)conn->m_CustomHeaders);

0 commit comments

Comments
 (0)