Forgot to clean up the preTBS.

This commit is contained in:
Anthony Hu
2024-04-01 15:52:35 -04:00
parent 6a4d4bf6f1
commit 3a3a7c2a67

View File

@ -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;
}