mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-02-04 03:25:05 +01:00
Fix mem leak for valgrind
This commit is contained in:
@@ -13096,6 +13096,8 @@ static int dh_test_ffdhe(WC_RNG *rng, const DhParams* params)
|
||||
}
|
||||
|
||||
done:
|
||||
wc_FreeDhKey(&key);
|
||||
wc_FreeDhKey(&key2);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user