From 51549ac65692e2cfce2b37b37e6a2cb1c842b8eb Mon Sep 17 00:00:00 2001 From: Download-Fritz Date: Sun, 31 Mar 2019 19:26:40 +0200 Subject: [PATCH] OcAppleDiskImageLib: Remove incorrect FreePool() call. --- Library/OcAppleDiskImageLib/OcAppleDiskImageLibInternal.c | 1 - 1 file changed, 1 deletion(-) 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; }