kernel32: Initialize events correctly.
This commit is contained in:
parent
ea4c70a1bd
commit
e1d9a793be
|
@ -131,7 +131,7 @@ static void doDebugger(int argc, char** argv)
|
|||
{
|
||||
const char* logfile;
|
||||
debugger_blackbox_t blackbox;
|
||||
HANDLE start_event, done_event, debug_event;
|
||||
HANDLE start_event = 0, done_event = 0, debug_event;
|
||||
|
||||
blackbox.argc=argc;
|
||||
logfile=(argc >= 4 ? argv[3] : NULL);
|
||||
|
|
Loading…
Reference in New Issue