Skip to content

Commit

Permalink
missing rsa_free in _rsa_issue_301 test
Browse files Browse the repository at this point in the history
  • Loading branch information
karel-m committed Oct 1, 2017
1 parent 130d657 commit 886b04c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/rsa_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ static int _rsa_issue_301(int prng_idx)
DO(_rsa_key_cmp(PK_PUBLIC, &key, &key_in));
rsa_free(&key_in);

rsa_free(&key);
return 0;
}

Expand Down

0 comments on commit 886b04c

Please sign in to comment.