diff --git a/Library/OcAppleDiskImageLib/OcAppleDiskImageLibInternal.c b/Library/OcAppleDiskImageLib/OcAppleDiskImageLibInternal.c index 9256758c..bb40d1e5 100644 --- a/Library/OcAppleDiskImageLib/OcAppleDiskImageLibInternal.c +++ b/Library/OcAppleDiskImageLib/OcAppleDiskImageLibInternal.c @@ -252,7 +252,6 @@ InternalParsePlist ( Block = AllocatePool (BlockDictChildDataSize); if (Block == NULL) { - FreePool (Block); Result = FALSE; goto DONE_ERROR; }