owe: Fix potential memory leak

This commit is contained in:
Denis Kenzior 2019-10-16 18:14:17 -05:00
parent 96aa658375
commit b3799a9f8d
1 changed files with 1 additions and 0 deletions

View File

@ -159,6 +159,7 @@ static bool owe_compute_keys(struct owe_sm *owe, const void *public_key,
if (!l_ecdh_generate_shared_secret(owe->private, other_public,
&shared_secret)) {
l_ecc_point_free(other_public);
return false;
}