|
|
@ -859,9 +859,9 @@ void AutoConnect::_purgePages(void) { |
|
|
|
if (_currentPageElement != nullptr) { |
|
|
|
if (_currentPageElement != nullptr) { |
|
|
|
delete _currentPageElement; |
|
|
|
delete _currentPageElement; |
|
|
|
_currentPageElement = nullptr; |
|
|
|
_currentPageElement = nullptr; |
|
|
|
} |
|
|
|
|
|
|
|
_uri = String(""); |
|
|
|
_uri = String(""); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* It checks whether the specified character string is a valid IP address. |
|
|
|
* It checks whether the specified character string is a valid IP address. |
|
|
|