mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[LDR] In case of unrecoverable failure, always exit
svn path=/trunk/; revision=52524
This commit is contained in:
parent
efd1266b5b
commit
56f5c1f824
1 changed files with 1 additions and 1 deletions
|
@ -292,8 +292,8 @@ LdrLoadDll(IN PWSTR SearchPath OPTIONAL,
|
|||
{
|
||||
/* Free the string */
|
||||
RtlFreeUnicodeString(&DllString2);
|
||||
return Status;
|
||||
}
|
||||
return Status;
|
||||
}
|
||||
|
||||
/* Lock the loader lock */
|
||||
|
|
Loading…
Reference in a new issue