X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Tools%2FCCode%2FSource%2FGenFvImage%2FGenFvImageExe.c;h=f5a5179559dba5af32c71448ad335559c2e3aedb;hp=ce56299f1f5a1ddea9499d3a698a769537529780;hb=4c50c885441c6406bb8a82f8b4e6106ce0706544;hpb=e5d3db39cb679f0b7f4e786e32df031b90c964f9 diff --git a/Tools/CCode/Source/GenFvImage/GenFvImageExe.c b/Tools/CCode/Source/GenFvImage/GenFvImageExe.c index ce56299f1f..f5a5179559 100644 --- a/Tools/CCode/Source/GenFvImage/GenFvImageExe.c +++ b/Tools/CCode/Source/GenFvImage/GenFvImageExe.c @@ -215,6 +215,11 @@ Returns: &SymFileName ); + // + // free InfFileImage memory + // + free (InfFileImage); + if (EFI_ERROR (Status)) { switch (Status) {