From 58e5ea7bf98f8468f869522c89ffe961112bd98d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Sat, 20 Dec 2014 19:10:47 +0000 Subject: Facebook: Various code improvements (as reported by Coverity analyser); version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@11546 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/FacebookRM/src/client.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'protocols/FacebookRM/src/client.h') diff --git a/protocols/FacebookRM/src/client.h b/protocols/FacebookRM/src/client.h index ca121b8722..bc1fb30d97 100644 --- a/protocols/FacebookRM/src/client.h +++ b/protocols/FacebookRM/src/client.h @@ -41,10 +41,12 @@ public: https_ = is_idle_ = is_typing_ = false; - buddies_lock_ = send_message_lock_ = notifications_lock_ = NULL; + buddies_lock_ = send_message_lock_ = notifications_lock_ = cookies_lock_ = NULL; hMsgCon = NULL; hFcbCon = NULL; fcb_conn_lock_ = NULL; + handle_ = NULL; + parent = NULL; } HANDLE hMsgCon; -- cgit v1.2.3