mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
OcAppleDiskImageLib: Remove incorrect FreePool() call.
This commit is contained in:
parent
4b657266be
commit
51549ac656
@ -252,7 +252,6 @@ InternalParsePlist (
|
||||
|
||||
Block = AllocatePool (BlockDictChildDataSize);
|
||||
if (Block == NULL) {
|
||||
FreePool (Block);
|
||||
Result = FALSE;
|
||||
goto DONE_ERROR;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user