mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-21 10:26:06 +03:00
Backport #7478
This commit is contained in:
parent
5d3af16552
commit
73f04e3ec8
@ -105,6 +105,9 @@ WiFiClientSecure::WiFiClientSecure() : WiFiClient() {
|
|||||||
_clear();
|
_clear();
|
||||||
_clearAuthenticationSettings();
|
_clearAuthenticationSettings();
|
||||||
_certStore = nullptr; // Don't want to remove cert store on a clear, should be long lived
|
_certStore = nullptr; // Don't want to remove cert store on a clear, should be long lived
|
||||||
|
_sk = nullptr;
|
||||||
|
_axtls_chain = nullptr;
|
||||||
|
_axtls_sk = nullptr;
|
||||||
stack_thunk_add_ref();
|
stack_thunk_add_ref();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user