Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/thirdparty/BaseClasses/wxutil.cpp')
-rw-r--r--src/thirdparty/BaseClasses/wxutil.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/thirdparty/BaseClasses/wxutil.cpp b/src/thirdparty/BaseClasses/wxutil.cpp
index 16f6a3844..89333c953 100644
--- a/src/thirdparty/BaseClasses/wxutil.cpp
+++ b/src/thirdparty/BaseClasses/wxutil.cpp
@@ -99,9 +99,11 @@ BOOL CAMMsgEvent::WaitMsg(DWORD dwTimeout)
CAMThread::CAMThread(__inout_opt HRESULT *phr)
: m_EventSend(TRUE, phr), // must be manual-reset for CheckRequest()
- m_EventComplete(FALSE, phr)
+ m_EventComplete(FALSE, phr),
+ m_hThread(NULL),
+ m_dwParam(0),
+ m_dwReturnVal(0)
{
- m_hThread = NULL;
}
CAMThread::~CAMThread() {