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 d0c2820 commit b72771cCopy full SHA for b72771c
src/MQTTClient.h
@@ -57,7 +57,7 @@ class MQTTClient {
57
lwmqtt_err_t _lastError = (lwmqtt_err_t)0;
58
59
public:
60
- void * ref;
+ void * ref = nullptr;
61
62
explicit MQTTClient(int bufSize = 128);
63
0 commit comments