mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 17:00:51 +08:00
[NTOS:PNP] IopGetBusTypeGuidIndex(): Remove 1 unwanted ExFreePool()
in a failure case. CORE-12791
This commit is contained in:
committed by
Timo Kreuzer
parent
25a6fdf867
commit
f00e1cd6aa
@@ -445,7 +445,6 @@ IopGetBusTypeGuidIndex(LPGUID BusTypeGuid)
|
||||
if (!NewList)
|
||||
{
|
||||
/* Fail */
|
||||
ExFreePool(PnpBusTypeGuidList);
|
||||
goto Quickie;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user