Skip to content

Commit

Permalink
Fix for RDKTV-31859 (#1791)
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthick-Somasundaresan authored and pwielders committed Nov 16, 2024
1 parent a89444e commit 6bbc119
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Source/websocket/WebSocketLink.h
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,9 @@ PUSH_WARNING(DISABLE_WARNING_THIS_IN_MEMBER_INITIALIZER_LIST)
{
}
POP_WARNING()
~HandlerType() override = default;
~HandlerType() override {
ACTUALLINK::Close(Core::infinite);
}

public:
bool IsOpen() const
Expand Down

0 comments on commit 6bbc119

Please sign in to comment.