missing rsa_free in _rsa_issue_301 test
This commit is contained in:
parent
ce7ae84d0d
commit
67f9064b71
@ -339,6 +339,7 @@ static int _rsa_issue_301(int prng_idx)
|
|||||||
DO(_rsa_key_cmp(PK_PUBLIC, &key, &key_in));
|
DO(_rsa_key_cmp(PK_PUBLIC, &key, &key_in));
|
||||||
rsa_free(&key_in);
|
rsa_free(&key_in);
|
||||||
|
|
||||||
|
rsa_free(&key);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user