X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkModulePkg%2FUniversal%2FGenericMemoryTest%2FDxe%2FNullMemoryTest.c;fp=EdkModulePkg%2FUniversal%2FGenericMemoryTest%2FDxe%2FNullMemoryTest.c;h=7a20a413120423834ce5fed99b96e92e6ad80670;hp=7bad347f24583ccb47d32463dd62b8cb5d6d8d9a;hb=8d8daecb5435d879c1b1244d51876f37359759a3;hpb=09caf4071e9224b5a778a7d31c7875af4a0736ba diff --git a/EdkModulePkg/Universal/GenericMemoryTest/Dxe/NullMemoryTest.c b/EdkModulePkg/Universal/GenericMemoryTest/Dxe/NullMemoryTest.c index 7bad347f24..7a20a41312 100644 --- a/EdkModulePkg/Universal/GenericMemoryTest/Dxe/NullMemoryTest.c +++ b/EdkModulePkg/Universal/GenericMemoryTest/Dxe/NullMemoryTest.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 @@ -129,7 +129,7 @@ Returns: } } - gBS->FreePool (MemorySpaceMap); + FreePool (MemorySpaceMap); *RequireSoftECCInit = FALSE; return EFI_SUCCESS;