mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-10 01:50:53 +02:00
Free key at the end of the test
This commit is contained in:
@@ -22739,6 +22739,7 @@ static void test_wc_ecc_get_curve_id_from_dp_params(void)
|
||||
|
||||
id = wc_ecc_get_curve_id_from_dp_params(NULL);
|
||||
AssertIntEQ(id, BAD_FUNC_ARG);
|
||||
wolfSSL_EC_KEY_free(ecKey);
|
||||
|
||||
printf(resultFmt, passed);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user