mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 03:07:29 +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;
|
*out = outBuf;
|
||||||
wc_FreeRsaKey(&caKey);
|
wc_FreeRsaKey(&caKey);
|
||||||
wc_FreeRng(&rng);
|
wc_FreeRng(&rng);
|
||||||
|
wc_FreeDecodedCert(&preTBS);
|
||||||
return outSz;
|
return outSz;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user