X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=providers%2Fimplementations%2Fasymciphers%2Frsa_enc.c;h=1f9ded4a651bdd31b17e0ee5dfb938ed2c4bf046;hp=405842e69e4a79093936408fad7b7e8163e6da78;hb=5606922c3d2e8c3d3ffda4347cb9fe3992d75f89;hpb=b8086652650c0782bc8d63b620663e04a3c6a3a7;ds=sidebyside diff --git a/providers/implementations/asymciphers/rsa_enc.c b/providers/implementations/asymciphers/rsa_enc.c index 405842e69e..1f9ded4a65 100644 --- a/providers/implementations/asymciphers/rsa_enc.c +++ b/providers/implementations/asymciphers/rsa_enc.c @@ -257,6 +257,7 @@ static void rsa_freectx(void *vprsactx) EVP_MD_free(prsactx->oaep_md); EVP_MD_free(prsactx->mgf1_md); + OPENSSL_free(prsactx->oaep_label); OPENSSL_free(prsactx); }