mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
Svace: Fixed DOUBLE_FREE.EX warning.
This commit is contained in:
parent
0c49559719
commit
d50d54cec4
@ -160,6 +160,7 @@ InstallMemoryAttributesTable (
|
||||
FreePool (MemoryMap);
|
||||
}
|
||||
} while (Status == EFI_BUFFER_TOO_SMALL);
|
||||
ASSERT_EFI_ERROR (Status);
|
||||
|
||||
MemoryMapStart = MemoryMap;
|
||||
RuntimeEntryCount = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user