[LDR] In case of unrecoverable failure, always exit

svn path=/trunk/; revision=52524
This commit is contained in:
Hervé Poussineau 2011-07-03 21:34:52 +00:00
parent efd1266b5b
commit 56f5c1f824

View file

@ -292,8 +292,8 @@ LdrLoadDll(IN PWSTR SearchPath OPTIONAL,
{
/* Free the string */
RtlFreeUnicodeString(&DllString2);
return Status;
}
return Status;
}
/* Lock the loader lock */