We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d54d8a commit 1ac4ba2Copy full SHA for 1ac4ba2
1 file changed
src/ssl_api_pk.c
@@ -226,7 +226,6 @@ static int check_cert_key(const DerBuffer* cert, const DerBuffer* key,
226
InitDecodedCert_ex(der, cert->buffer, cert->length, heap, devId);
227
/* Parse certificate. */
228
if (ParseCertRelative(der, CERT_TYPE, NO_VERIFY, NULL, NULL) != 0) {
229
- WC_FREE_VAR_EX(der, heap, DYNAMIC_TYPE_DCERT);
230
ret = 0;
231
}
232
0 commit comments