Skip to content

Commit

Permalink
Fix compile issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaranha committed Feb 7, 2015
1 parent 4eacde8 commit 1d08528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fp/relic_fp_param.c
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ int fp_param_set_any_dense() {
THROW(ERR_CAUGHT);
}
FINALLY {
bn_free(modulus);
bn_free(p);
}
return result;
}
Expand Down

0 comments on commit 1d08528

Please sign in to comment.