mirror of
https://github.com/reactos/reactos.git
synced 2026-09-11 20:32:22 +08:00
[PORTCLS]
- Fix a bug - Found by Amine Khaldi svn path=/trunk/; revision=44547
This commit is contained in:
@@ -360,7 +360,11 @@ PcNewResourceList(
|
||||
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
//
|
||||
// Ouch, FIX ME
|
||||
//
|
||||
delete NewList;
|
||||
return STATUS_INVALID_PARAMETER;
|
||||
}
|
||||
|
||||
if (!TranslatedResourceList)
|
||||
|
||||
Reference in New Issue
Block a user