diff options
Diffstat (limited to 'src/lib/libcrypto/cms/cms_env.c')
| -rw-r--r-- | src/lib/libcrypto/cms/cms_env.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/cms/cms_env.c b/src/lib/libcrypto/cms/cms_env.c index 78fa2aa7b7..5e6e7033b2 100644 --- a/src/lib/libcrypto/cms/cms_env.c +++ b/src/lib/libcrypto/cms/cms_env.c | |||
| @@ -354,8 +354,7 @@ static int cms_RecipientInfo_ktri_encrypt(CMS_ContentInfo *cms, | |||
| 354 | err: | 354 | err: |
| 355 | if (pctx) | 355 | if (pctx) |
| 356 | EVP_PKEY_CTX_free(pctx); | 356 | EVP_PKEY_CTX_free(pctx); |
| 357 | if (ek) | 357 | free(ek); |
| 358 | free(ek); | ||
| 359 | return ret; | 358 | return ret; |
| 360 | 359 | ||
| 361 | } | 360 | } |
