Skip to content

Commit 8060be0

Browse files
authored
Merge branch 'nabla-c0d3:release' into sigalg
2 parents 33ab947 + fe914c0 commit 8060be0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nassl/_nassl/nassl_OCSP_RESPONSE.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ static PyObject* nassl_OCSP_RESPONSE_basic_verify(nassl_OCSP_RESPONSE_Object *se
139139

140140
verifyRes = OCSP_basic_verify(basicResp, NULL, trustedCAs, 0);
141141
OCSP_BASICRESP_free(basicResp);
142+
X509_STORE_free(trustedCAs);
142143
if (verifyRes <= 0)
143144
{
144145
return raise_OpenSSL_error();

0 commit comments

Comments
 (0)