OcAppleDiskImageLib: Remove incorrect FreePool() call.

This commit is contained in:
Download-Fritz 2019-03-31 19:26:40 +02:00
parent 4b657266be
commit 51549ac656

View File

@ -252,7 +252,6 @@ InternalParsePlist (
Block = AllocatePool (BlockDictChildDataSize);
if (Block == NULL) {
FreePool (Block);
Result = FALSE;
goto DONE_ERROR;
}