diff options
Diffstat (limited to 'protocols/WhatsAppWeb')
-rw-r--r-- | protocols/WhatsAppWeb/src/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/WhatsAppWeb/src/proto.h b/protocols/WhatsAppWeb/src/proto.h index 50138bc21f..d5839faf77 100644 --- a/protocols/WhatsAppWeb/src/proto.h +++ b/protocols/WhatsAppWeb/src/proto.h @@ -269,7 +269,7 @@ public: struct CMPlugin : public ACCPROTOPLUGIN<WhatsAppProto> { - signal_context *pCtx; + signal_context *pCtx = nullptr; HNETLIBUSER hAvatarUser = nullptr; HNETLIBCONN hAvatarConn = nullptr; |