Commit 06409648 authored by Jeroen88's avatar Jeroen88 Committed by Me No Dev

Solve issue #2092 by initializing * _client to nullptr (#2097)

parent e609c78f
...@@ -208,7 +208,7 @@ protected: ...@@ -208,7 +208,7 @@ protected:
std::unique_ptr<WiFiClient> _tcpDeprecated; std::unique_ptr<WiFiClient> _tcpDeprecated;
#endif #endif
WiFiClient* _client; WiFiClient* _client = nullptr;
/// request handling /// request handling
String _host; String _host;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment