mirror of
https://github.com/reactos/reactos.git
synced 2025-06-06 18:00:41 +00:00
[NTOSKRNL]
Fix LDR entry reference count. CORE-7862 #resolve svn path=/trunk/; revision=62045
This commit is contained in:
parent
25a0f3b584
commit
0d8baf4ad3
1 changed files with 2 additions and 2 deletions
|
@ -1896,8 +1896,8 @@ MiBuildImportsForBootDrivers(VOID)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
/* No referencing needed */
|
/* Add a reference for all other modules as well */
|
||||||
LdrEntry->LoadCount = 0;
|
LdrEntry->LoadCount = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Remember this came from the loader */
|
/* Remember this came from the loader */
|
||||||
|
|
Loading…
Reference in a new issue