summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/taskbar.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-03-14 15:55:26 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-03-14 15:55:26 +0300
commit58934a360e8ff68bc81d3fd7e17026f7bbb329f0 (patch)
tree72e45792ff17076f71d1a4dd540ae29a4e4ac262 /plugins/TabSRMM/src/taskbar.cpp
parentabf4069c2e3473da8f1d468e46c19951935a912f (diff)
some fixes to make Coverity happier
Diffstat (limited to 'plugins/TabSRMM/src/taskbar.cpp')
-rw-r--r--plugins/TabSRMM/src/taskbar.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/taskbar.cpp b/plugins/TabSRMM/src/taskbar.cpp
index f206631744..4fb957d012 100644
--- a/plugins/TabSRMM/src/taskbar.cpp
+++ b/plugins/TabSRMM/src/taskbar.cpp
@@ -593,7 +593,8 @@ LRESULT CALLBACK CProxyWindow::wndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARA
* @param _p owner proxy window object
* @return
*/
-CThumbBase::CThumbBase(const CProxyWindow* _p)
+CThumbBase::CThumbBase(const CProxyWindow* _p) :
+ m_isValid(false)
{
m_pWnd = _p;
m_hbmThumb = 0;