Missed free's in api.c

This commit is contained in:
Lealem Amedie
2023-03-29 10:16:29 -06:00
parent 6824166cf9
commit 65f97482f3

View File

@@ -61981,6 +61981,7 @@ static int test_openssl_FIPS_drbg(void)
AssertIntNE(XMEMCMP(data1, zeroData, dlen), 0);
AssertIntNE(XMEMCMP(data1, data2, dlen), 0);
AssertIntEQ(FIPS_drbg_uninstantiate(dctx), WOLFSSL_SUCCESS);
wolfSSL_FIPS_drbg_free(dctx);
res = TEST_RES_CHECK(1);
#endif