mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
[NTOSKRNL]
Fix LDR entry reference count. CORE-7862 #resolve svn path=/trunk/; revision=62045
This commit is contained in:
@@ -1896,8 +1896,8 @@ MiBuildImportsForBootDrivers(VOID)
|
||||
}
|
||||
else
|
||||
{
|
||||
/* No referencing needed */
|
||||
LdrEntry->LoadCount = 0;
|
||||
/* Add a reference for all other modules as well */
|
||||
LdrEntry->LoadCount = 1;
|
||||
}
|
||||
|
||||
/* Remember this came from the loader */
|
||||
|
||||
Reference in New Issue
Block a user