diff --git a/Wifi_NINA.cpp b/Wifi_NINA.cpp index c662e13..19efc14 100644 --- a/Wifi_NINA.cpp +++ b/Wifi_NINA.cpp @@ -378,7 +378,7 @@ void WifiNINA::checkForNewClient() { for (byte clientId=0; clientIdconnected()) { DIAG(F("Remove client %d"), clientId); CommandDistributor::forget(clientId); - delete c; // we have now finished with this client + //delete c; // we have now finished with this client clients[clientId]=nullptr; } }