OpenSprinklerShop

Results 1 issues of OpenSprinklerShop

When you set setSASLLogin( true ); a memory leak opens: The cause is, there is a malloc( size ) , but no **free**: ``` if (useAuth){ if (this->isSASLLogin == true){...