forked from wolfSSL/wolfssl
fix cert_ext test memory leak
This commit is contained in:
@ -3564,6 +3564,7 @@ int certext_test(void)
|
|||||||
return -229;
|
return -229;
|
||||||
|
|
||||||
FreeDecodedCert(&cert);
|
FreeDecodedCert(&cert);
|
||||||
|
free(tmp);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user