diff --git a/osslsigncode.c b/osslsigncode.c index 40ca956..2e5beca 100644 --- a/osslsigncode.c +++ b/osslsigncode.c @@ -2768,6 +2768,7 @@ static char *get_clrdp_url(X509 *cert) url = OPENSSL_strdup((const char *)ASN1_STRING_get0_data(uri)); if (strncmp(url, "http://", 7) == 0) goto out; + OPENSSL_free(url); } } }