mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
Fix failure case in IoConnectInterrupt.
svn path=/trunk/; revision=13894
This commit is contained in:
@@ -1252,11 +1252,12 @@ IopInitializeBootDrivers(VOID)
|
||||
*/
|
||||
for (i = 1; i < KeLoaderBlock.ModsCount; i++)
|
||||
{
|
||||
|
||||
MiFreeBootDriverMemory((PVOID)KeLoaderModules[i].ModStart,
|
||||
KeLoaderModules[i].ModEnd - KeLoaderModules[i].ModStart);
|
||||
}
|
||||
|
||||
KeLoaderBlock.ModsCount = 0;
|
||||
|
||||
if (BootDriverCount == 0)
|
||||
{
|
||||
DbgPrint("No boot drivers available.\n");
|
||||
|
||||
Reference in New Issue
Block a user