From 413bfdfbc3b4bbcdf5ebe47d83c618c3781c6a82 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 12 Mar 2019 18:48:25 +0300 Subject: warning fixes --- plugins/SimpleStatusMsg/src/awaymsg.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/SimpleStatusMsg') diff --git a/plugins/SimpleStatusMsg/src/awaymsg.cpp b/plugins/SimpleStatusMsg/src/awaymsg.cpp index 280351b7c7..114789ed5b 100644 --- a/plugins/SimpleStatusMsg/src/awaymsg.cpp +++ b/plugins/SimpleStatusMsg/src/awaymsg.cpp @@ -36,8 +36,8 @@ class CReadAwayMsgDlg : public CDlgBase CCtrlButton btnCopy; MCONTACT m_hContact; - HANDLE m_hSeq; - HANDLE m_hAwayMsgEvent; + HANDLE m_hSeq = nullptr; + HANDLE m_hAwayMsgEvent = nullptr; public: CReadAwayMsgDlg(MCONTACT hContact) : -- cgit v1.2.3