arduino-esp32/libraries/WiFi
chuck todd b2c678877c
std::shared_ptr Memory Leak (#3680)
* std::shared_ptr Memory Leak

clientSocketHande and _rxBuffer are std::shared_ptr, the stop() call was not correctly releasing them and the operator= had similar problems fix for #3679

* operator= second attempt

* operator= third time
2020-01-29 12:18:54 +02:00
..
examples Wait for client.available() to prevent ESP32 crashes (#3154) 2019-10-02 14:45:42 +03:00
src std::shared_ptr Memory Leak (#3680) 2020-01-29 12:18:54 +02:00
keywords.txt initial import 2016-10-06 07:09:44 -06:00
library.properties initial import 2016-10-06 07:09:44 -06:00