mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 01:35:47 +00:00
[PORTCLS]
- Fix a bug - Found by Amine Khaldi svn path=/trunk/; revision=44547
This commit is contained in:
parent
35f22b3c5c
commit
d392dcd679
1 changed files with 4 additions and 0 deletions
|
@ -360,7 +360,11 @@ PcNewResourceList(
|
||||||
|
|
||||||
if (!NT_SUCCESS(Status))
|
if (!NT_SUCCESS(Status))
|
||||||
{
|
{
|
||||||
|
//
|
||||||
|
// Ouch, FIX ME
|
||||||
|
//
|
||||||
delete NewList;
|
delete NewList;
|
||||||
|
return STATUS_INVALID_PARAMETER;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!TranslatedResourceList)
|
if (!TranslatedResourceList)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue