#6037 Unitialized members in MSWindowsScreenSaver

This commit is contained in:
Andrew Nelless 2017-05-18 00:03:34 +01:00
parent 40e943d145
commit 3e6920964a
1 changed files with 3 additions and 0 deletions

View File

@ -50,6 +50,9 @@ MSWindowsScreenSaver::MSWindowsScreenSaver() :
m_process(NULL),
m_watch(NULL),
m_threadID(0),
m_msg(0),
m_wParam(0),
m_lParam(0),
m_active(false)
{
// check if screen saver is enabled