ib_status = pDevice->VerbsInterface.Verbs.\r
query_ca(pDevice->VerbsInterface.Verbs.p_hca_obj, attr, &size, NULL);\r
if (ib_status != IB_SUCCESS) {\r
- ExFreePoolWithTag(attr, 'acmw');\r
+ ExFreePool(attr);\r
attr = NULL;\r
}\r
\r
\r
status = STATUS_SUCCESS;\r
out:\r
- ExFreePoolWithTag(attr, 'acmw');\r
+ ExFreePool(attr);\r
return status;\r
}\r
\r
\r
pdev->IbInterface.wdm.InterfaceDereference(pdev->IbInterface.wdm.Context);\r
if (pdev->pPortArray != NULL) {\r
- ExFreePoolWithTag(pdev->pPortArray, 'pimw');\r
+ ExFreePool(pdev->pPortArray);\r
}\r
\r
if (destroy) {\r