]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkModulePkg/Universal/UserInterface/HiiDataBase/Dxe/Package.c
Clean up the following module msa files.
[mirror_edk2.git] / EdkModulePkg / Universal / UserInterface / HiiDataBase / Dxe / Package.c
index ec3f49c5dc3f7a714d088a376eb19471702b316a..f4696e77242ae6384becb36e78af3077643ce0e9 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2006, Intel Corporation                                                         \r
+Copyright (c) 2006 - 2007, Intel Corporation                                                         \r
 All rights reserved. This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
@@ -642,7 +642,7 @@ Returns:
       //\r
       // Free the Package Instance\r
       //\r
-      gBS->FreePool (PackageInstance);\r
+      FreePool (PackageInstance);\r
 \r
       //\r
       // If this was the only Handle in the database\r
@@ -654,7 +654,7 @@ Returns:
       // Make the parent->Next point to the current->Next\r
       //\r
       PreviousHandleDatabase->NextHandleDatabase = HandleDatabase->NextHandleDatabase;\r
-      gBS->FreePool (HandleDatabase);\r
+      FreePool (HandleDatabase);\r
       return EFI_SUCCESS;\r
     }\r
     //\r