• C
    std::shared_ptr Memory Leak (#3680) · b2c67887
    chuck todd 提交于
    * 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
    b2c67887
WiFiClient.cpp 14.9 KB