We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f0e6e0 commit f2544ddCopy full SHA for f2544dd
src/ArduinoIoTCloud.cpp
@@ -19,6 +19,7 @@ ArduinoIoTCloudClass::~ArduinoIoTCloudClass()
19
{
20
if (_bearSslClient) {
21
delete _bearSslClient;
22
+ _bearSslClient = NULL;
23
}
24
25
0 commit comments