Library usage checked
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7132 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -981,7 +981,7 @@ EhcMoniteAsyncRequests (
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (ProcBuf != NULL) {
|
if (ProcBuf != NULL) {
|
||||||
gBS->FreePool (ProcBuf);
|
FreePool (ProcBuf);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -1490,7 +1490,7 @@ UhciAllocateDev (
|
|||||||
return Uhc;
|
return Uhc;
|
||||||
|
|
||||||
ON_ERROR:
|
ON_ERROR:
|
||||||
gBS->FreePool (Uhc);
|
FreePool (Uhc);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1520,7 +1520,7 @@ UhciFreeDev (
|
|||||||
FreeUnicodeStringTable (Uhc->CtrlNameTable);
|
FreeUnicodeStringTable (Uhc->CtrlNameTable);
|
||||||
}
|
}
|
||||||
|
|
||||||
gBS->FreePool (Uhc);
|
FreePool (Uhc);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user