diff options
author | jji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-26 06:53:45 +0000 |
---|---|---|
committer | jji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-26 06:53:45 +0000 |
commit | 7351070b1178c7294ba41923a9de15ddc6b5f73f (patch) | |
tree | 454e2a74f48e52dad7d9a55f775e5acf8ae1bb32 /MdeModulePkg/Bus/Pci/EhciDxe | |
parent | c191cdd1ff66422a10d525f8e3c98bba595d985e (diff) | |
download | edk2-platforms-7351070b1178c7294ba41923a9de15ddc6b5f73f.tar.xz |
Library usage checked
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7132 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Bus/Pci/EhciDxe')
-rw-r--r-- | MdeModulePkg/Bus/Pci/EhciDxe/EhciSched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Bus/Pci/EhciDxe/EhciSched.c b/MdeModulePkg/Bus/Pci/EhciDxe/EhciSched.c index 89ec339dd0..936a855f12 100644 --- a/MdeModulePkg/Bus/Pci/EhciDxe/EhciSched.c +++ b/MdeModulePkg/Bus/Pci/EhciDxe/EhciSched.c @@ -981,7 +981,7 @@ EhcMoniteAsyncRequests ( }
if (ProcBuf != NULL) {
- gBS->FreePool (ProcBuf);
+ FreePool (ProcBuf);
}
}
|