mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 17:00:51 +08:00
[SETUPAPI] Revert "Fix a typo in CM_Query_Resource_Conflict_List." (#1634)
Previous code was correct.
This reverts commit c47ad98f.
This commit is contained in:
committed by
Hermès Bélusca-Maïto
parent
22064d7787
commit
b13990bd78
@@ -6761,7 +6761,7 @@ CM_Query_Resource_Conflict_List(
|
||||
if (lpDevInst == NULL)
|
||||
return CR_INVALID_DEVNODE;
|
||||
|
||||
pConflictData = MyMalloc(sizeof(PCONFLICT_DATA));
|
||||
pConflictData = MyMalloc(sizeof(CONFLICT_DATA));
|
||||
if (pConflictData == NULL)
|
||||
{
|
||||
ret = CR_OUT_OF_MEMORY;
|
||||
|
||||
Reference in New Issue
Block a user