[PORTCLS]

- Fix a bug
- Found by Amine Khaldi

svn path=/trunk/; revision=44547
This commit is contained in:
Johannes Anderwald 2009-12-12 13:51:11 +00:00
parent 35f22b3c5c
commit d392dcd679

View file

@ -360,7 +360,11 @@ PcNewResourceList(
if (!NT_SUCCESS(Status))
{
//
// Ouch, FIX ME
//
delete NewList;
return STATUS_INVALID_PARAMETER;
}
if (!TranslatedResourceList)