mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00: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