Skip to content

Commit

Permalink
Backport #7478
Browse files Browse the repository at this point in the history
  • Loading branch information
d-a-v committed Aug 2, 2020
1 parent 5d3af16 commit 73f04e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libraries/ESP8266WiFi/src/WiFiClientSecureBearSSL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ WiFiClientSecure::WiFiClientSecure() : WiFiClient() {
_clear();
_clearAuthenticationSettings();
_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();
}

Expand Down

0 comments on commit 73f04e3

Please sign in to comment.