Fix stack corruption. Thanks to Waxdragon and the fact he uses an -O2 build (hint hint nudge nudge)

svn path=/trunk/; revision=20569
This commit is contained in:
Alex Ionescu 2006-01-05 06:24:07 +00:00
parent 5e6fa26231
commit caa14fa66e

View file

@ -425,7 +425,7 @@ ExpWorkerThreadBalanceManager(IN PVOID Context)
KTIMER Timer;
LARGE_INTEGER Timeout;
NTSTATUS Status;
PVOID WaitEvents[2];
PVOID WaitEvents[3];
PAGED_CODE();
UNREFERENCED_PARAMETER(Context);