Skip to content

Commit

Permalink
fix: changed destructor
Browse files Browse the repository at this point in the history
  • Loading branch information
Bissas committed Apr 14, 2024
1 parent f7bb872 commit d088d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handler/deploii_handler_WiFi_WS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ DeploiiHandlerWiFiWS::DeploiiHandlerWiFiWS()

DeploiiHandlerWiFiWS::~DeploiiHandlerWiFiWS() {
#if defined(ESP32)
delete _ws;
_ws.~WebSocketsClient();
#elif defined(ARDUINO)
#else
#endif
Expand Down

0 comments on commit d088d0b

Please sign in to comment.