mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 19:24:42 +02:00
fix cert_ext test memory leak
This commit is contained in:
@@ -3564,6 +3564,7 @@ int certext_test(void)
|
||||
return -229;
|
||||
|
||||
FreeDecodedCert(&cert);
|
||||
free(tmp);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user