Roll back change r10695, because new update on r10700 and r10701 handles this issue.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10704 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lgao4
2010-07-28 01:43:18 +00:00
parent ab58ce18aa
commit 116b142d86
2 changed files with 4 additions and 40 deletions

View File

@@ -96,11 +96,7 @@ PciSegmentLibConstructor (
ASSERT (Descriptors->Desc != ACPI_END_TAG_DESCRIPTOR);
}
//
// HandleBuffer is allocated by gBS AllocatePool() service.
// So, gBS FreePool() service is used to free HandleBuffer.
//
gBS->FreePool (HandleBuffer);
FreePool(HandleBuffer);
return EFI_SUCCESS;
}