mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 02:37:28 +02:00
Forgot to clean up the preTBS.
This commit is contained in:
@ -947,6 +947,7 @@ static int do_dual_alg_root_certgen(byte **out, char *caKeyFile,
|
||||
*out = outBuf;
|
||||
wc_FreeRsaKey(&caKey);
|
||||
wc_FreeRng(&rng);
|
||||
wc_FreeDecodedCert(&preTBS);
|
||||
return outSz;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user