mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
Remove unnecessary RsaFree call in failing path
Signed-off-by: Anbazhagan Baraneedharan <anbazhagan@hp.com>
This commit is contained in:
parent
fce142fd31
commit
5f5cf1c1ab
1 changed files with 0 additions and 1 deletions
|
|
@ -592,7 +592,6 @@ CheckSignatureListFormat (
|
|||
CertLen = SigList->SignatureSize - sizeof (EFI_GUID);
|
||||
RsaContext = NULL;
|
||||
if (!RsaGetPublicKeyFromX509 (CertData->SignatureData, CertLen, &RsaContext)) {
|
||||
RsaFree (RsaContext);
|
||||
return EFI_INVALID_PARAMETER;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue