Sync with trunk r58033.
[reactos.git] / boot / freeldr / freeldr / arch / i386 / ntoskrnl.c
index 272401d..ba09d9b 100644 (file)
@@ -12,6 +12,7 @@ KeInitializeEvent(
     IN EVENT_TYPE Type,
     IN BOOLEAN State)
 {
+    memset(Event, 0, sizeof(*Event));
 }
 
 VOID