X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkModulePkg%2FUniversal%2FUserInterface%2FHiiDataBase%2FDxe%2FPackage.c;h=f4696e77242ae6384becb36e78af3077643ce0e9;hp=ec3f49c5dc3f7a714d088a376eb19471702b316a;hb=627c1d22d9d9e82ee350a03bebc94f1101f96b59;hpb=ebb9ce7a063562f194eec5bcb86a31a6fa2f3fe6 diff --git a/EdkModulePkg/Universal/UserInterface/HiiDataBase/Dxe/Package.c b/EdkModulePkg/Universal/UserInterface/HiiDataBase/Dxe/Package.c index ec3f49c5dc..f4696e7724 100644 --- a/EdkModulePkg/Universal/UserInterface/HiiDataBase/Dxe/Package.c +++ b/EdkModulePkg/Universal/UserInterface/HiiDataBase/Dxe/Package.c @@ -1,6 +1,6 @@ /*++ -Copyright (c) 2006, Intel Corporation +Copyright (c) 2006 - 2007, Intel Corporation All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -642,7 +642,7 @@ Returns: // // Free the Package Instance // - gBS->FreePool (PackageInstance); + FreePool (PackageInstance); // // If this was the only Handle in the database @@ -654,7 +654,7 @@ Returns: // Make the parent->Next point to the current->Next // PreviousHandleDatabase->NextHandleDatabase = HandleDatabase->NextHandleDatabase; - gBS->FreePool (HandleDatabase); + FreePool (HandleDatabase); return EFI_SUCCESS; } //