X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BaseTools%2FSource%2FC%2FCommon%2FFirmwareVolumeBuffer.c;h=d4a635335a6e3ffbb47012d577f85d9216a1995a;hp=a287fe1597a64c9e7ca9538b6714c12056e43d03;hb=aee346514d224a90622fe4cc553ba8ae79fe2828;hpb=5e85fb52d0838b15eb8787d08be27b4f9c3f964a diff --git a/BaseTools/Source/C/Common/FirmwareVolumeBuffer.c b/BaseTools/Source/C/Common/FirmwareVolumeBuffer.c index a287fe1597..d4a635335a 100644 --- a/BaseTools/Source/C/Common/FirmwareVolumeBuffer.c +++ b/BaseTools/Source/C/Common/FirmwareVolumeBuffer.c @@ -186,6 +186,7 @@ Returns: Status = FvBufClearAllFiles (TempFv); if (EFI_ERROR (Status)) { + CommonLibBinderFree (TempFv); return Status; }